Update a tagpatch https://use.apilookup.for.a.base.url/layers/{layerId}/tags/{tagId}Update the version of a tag.Path ParamslayerIdstringrequiredThe unique identifier of the layer.tagIdstringrequiredThe id of the tag.Body ParamsidstringThe tag ID.versionint64The referenced version.descriptionstringThe description of the tag, must be less than 255 characters.authorstringThe author of the tag.createdAtint64The timestamp of creation of the tag in millis.layerIdstringThe layer ID for which the tag is registered.Responses 200A tag response. 400Malformed or Bad Request. 401Unauthorized to perform the request. 403Forbidden request. Insufficient rights to perform the request. 404Not found.Updated last month