Create Tag
POST {{baseUrl}}/api/v3/tags?fields=<string>&fields=<string>&createActivityLog=
Allows the creation of a new Tag
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Tag subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | Tag subentity fields to include in response (See OPTIONS endpoint for valid values) | |
createActivityLog | null | Boolean to signal whether or not to create an alert for this action |
Request Body
{"name"=>"<string>", "description"=>"<string>", "id"=>"<long>", "lastUsed"=>"<dateTime>", "owner"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003clong\u003e","lastUsed":"\u003cdateTime\u003e","owner":"\u003cstring\u003e"}