update category
PATCH
/v1/raffle-category/{categoryId}
raffle
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH '/v1/raffle-category/{{categoryId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Viagem",
"slug": "benefits"
}'
Response Response Example
204 - Example 1
null
Request
Path Params
categoryId
string
required
Example:
{{categoryId}}
Body Params application/json