Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "string",
"colour_code": 1,
"description": "string",
"type": "Travel",
"profile_link": "string"
}
Request Code Samples
curl --location --request PATCH '/api/v3/ktties/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"colour_code": 1,
"description": "string",
"type": "Travel",
"profile_link": "string"
}'
Responses
application/json
Successful result for ktti update
Modified at 2025-07-22 23:37:47