/v2/tags/{resource-arn}
POST
/v2/tags/{resource-arn}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/tags/' \
--header 'Content-Type: application/json' \
--data-raw '{
"tags": {
"property1": "string",
"property2": "string"
}
}'
Response Response Example
201 - Example 1
{}
Request
Path Params
resource-arn
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 05:49:07