Create 4

Create 4

Endpoint to create tags
Authorized Roles : PROVIDER or ORG_USER or ORG_ADMIN

Request
URI
POST
https://{api_host}/provider/org/tags
COPY
Request Body
CreateTagDto of type(s) application/json
Required
{
    "name": "string",
    "orgId": "string"
}
string
name
Required

name

string As uuid As uuid
orgId
Optional

orgId

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure