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