Update

Update

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

Request
URI
PUT
https://{api_host}/provider/org/tags/{tagId}
COPY
Path Parameters
string
tagId
Required

tagId


Request Body
UpdateTagDto of type(s) application/json
Required
{
    "name": "string"
}
string
name
Required

name

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