Was this helpful?
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": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }