Social media
Other Resources
© 2024 Parallels International GmbH. All rights reserved.
Modify application package settings tags.
The ID of the application settings tag to modify.
Application package settings tags.
The name of the application package settings tags to be modified.
No Content
const response = await fetch('/api/AppPackageSettings/Tags/{id}', { method: 'PUT', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({ "name": "text" }), }); const data = await response.json();
{ "type": "text", "title": "text", "status": 0, "detail": "text", "instance": "text" }