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 | nullableRequired

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

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

{
  "name": "text"
}

No content

Was this helpful?