Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/x-www-form-urlencoded
Request samples
curl --location --request PATCH '/tags/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization;' \
--data-urlencode 'title=Title' \
--data-urlencode 'hidden=false'
Responses
application/json {
"status": "<string>",
"id": "<string>"
}
Modified at 2024-09-05 10:18:27