All pages
Powered by GitBook
1 of 1

Loading...

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

No content

401

Unauthorized

application/json; api-version=1.0
404

Not Found

application/json; api-version=1.0
put
/api/AppPackageSettings/Tags/{id}

No content

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

{
  "name": "text"
}