Create/Delete a tag

patch/locations/v1beta1/locations/tags

Used to store tags information

SecurityBearer
Request
Request Body schema: application/merge-patch+json
required

Update tags for a Location

Array of objects (server.GetTags)
Array of objects (server.GetTags)
locationId
string <uuid>
Responses
200

OK

400

Bad request

404

Not found

500

Internal server error

Request samples
application/merge-patch+json
{
  • "createTags": [
    ],
  • "deleteTags": [
    ],
  • "locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54"
}
Response samples
application/json
{
  • "createTags": [
    ],
  • "deleteTags": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "type": "locations/external-service",
  • "generation": 0,
  • "createdAt": "string",
  • "updatedAt": "string"
}