Authorization: Bearer ********************{
"tag_ids": [
"71cacb8d-1c3b-4840-8437-ba18aedd57fd"
]
}curl --location --request POST '/api/v1/vmware/vpc//storage//manage-tags?page=1&page_size=25' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_ids": [
"71cacb8d-1c3b-4840-8437-ba18aedd57fd"
]
}'{
"status": 200,
"message": "Update tags successfully",
"error": null,
"data": null,
"error_code": null
}