Update Tag Information (PUT)

Updates the tag that is idenfitied by the tagName parameter for the application referenced by the application name.

Roles

Users in the following roles are authorized to perform this operation:

  • mfpadmin
  • mfpdeployer
  • mfpoperator

Method

PUT

Path

/management-apis/2.0/runtimes/runtime-name/notifications/applications/application-name/tags/tag-name

Example

https://www.example.com/mfpadmin/management-apis/2.0/runtimes/myruntime/notifications/applications/myapplication/tags/mytag

Path Parameters

runtime-name
The name of the runtime. This is the context root of the runtime web application, without the leading slash.
application-name
The name of the application.
tag-name
The name of the tag.

Consumes

application/json

Produces

application/json, application/xml, text/xml

Payload

JSON Example

{
  "description" : "This is a sample of a modified tag.",
  "name" : "SampleTag",
}

Payload Properties

The payload has the following properties:
description
The description of the tag to be modified.
name
The name of the tag to be modified.

Errors

400
The request was not understood by the push server.
403
The user is not authorized to call this service.
404
The corresponding runtime or application is not found or not running.
500
An internal error occurred.