Update Tag
is also supported for this endpoint.
PATCH
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
namestringslugstringResponse
application/json
Tag updated.
dataobjectrequireddata.idintegerdata.namestringdata.slugstringdata.created_atstring<date-time>data.updated_atstring<date-time>PUT is also supported for this endpoint.