Update Tags To Manage Db

Update Tags To Manage Db

= Assign Custom Tags to a ManagedDb
Authorized Roles : PROVIDER or ORG_USER or ORG_ADMIN

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

dbuuid


Request Body
CustomTagsDto of type(s) application/json
Required
{
    "tags": [
        "string"
    ]
}
array of string
tags
Optional

tags

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