+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Push Tag (POST)

Creates a tag.


Description

Creates a tag with the unique name in the application, which is referenced by the applicationId parameter. The tag has associated with a description about the tag. The tag name cannot be updated after it is created


Method

POST


Path

/apps/applicationId/tags


Example


Path Parameters


Header Parameters

Some header parameters are optional.


Consumes

application/json


Produces

application/json


Payload

The details of the tag.


JSON Example


Payload Properties

The payload has the following properties:


Response

The details of the tag.


JSON Example


Response Properties

The response has the following properties:


Errors

400

401

405

406

500

Parent topic: REST API for the MobileFirst Server push service