header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Body Params application/json
Examples
Responses
🟢200OK
application/json
Bodyapplication/json
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT '/comments/1845885550486097920' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data'{
"content": "This is a update comment", // Content of the comment
}'