Update Tag

is also supported for this endpoint.

PATCHhttps://review-manager.test/api/tags/{tag}

Updates a tag. PUT is also supported by the Laravel route.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tagintegerrequired

Tag id.

Body

namestring
slugstring

Response

application/json

Tag updated.

dataobjectrequired
data.idinteger
data.namestring
data.slugstring
data.created_atstring<date-time>
data.updated_atstring<date-time>

PUT is also supported for this endpoint.