Create 4
Endpoint to create tags
Authorized Roles : ORG_USER or ORG_ADMIN
Request
URI
POST
https://{api_host}/provider/org/tags
COPY
Request Body
TagDto
of type(s)
application/json
Required
{
"name": "string"
}
string
name
Required
name
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Custom Tags/Attributes Operations
POST
Create 4
DELETE
Delete
GET
Fetch
GET
Fetch By Id
GET
Fetch By Managed Db
DELETE
Remove Tags To Manage Db
PUT
Update
PUT
Update Tags To Manage Db