For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tags

Update

put

Modify application package settings tags.

Path parameters
idinteger · int32Required

The ID of the application settings tag to modify.

Query parameters
siteIdinteger · int32Optional

The Site ID for which to modify the application package settings tags (optional).

Body

Update the Application Package Settings Tags

namestring · min: 1 · max: 255 · nullableRequired

The name of the application package settings tags to be modified.

Responses
204

No Content

No content

put/api/AppPackageSettings/Tags/{id}
PUT /api/AppPackageSettings/Tags/{id} HTTP/1.1
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 15

{
  "name": "text"
}

No content