Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --globoff --request PUT 'https://app.onlysocial.io/os/api/<workspaceUuid>/tags/{tagUuid}' \
--header 'Authorization: Bearer <token>' \
--form 'name="motivation"' \
--form 'hex_color="\#60a5fa"'
Responses
application/json
Modified at 2024-06-28 13:42:16