Create a tag for a Workflow or Step
POST/api/v1/tags/:resource
Create a tag for a Workflow or Step
Request
Path Parameters
resource stringrequired
- application/json
Body
value string
Responses
- 201
- 400
- 404
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
error string
resourceId string
resourceName string
resourceVersion integer
value string
{
"error": "string",
"resourceId": "string",
"resourceName": "string",
"resourceVersion": 0,
"value": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...