🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user doesn't have the necessary permission.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://jira.local:8080/jira/rest//rest/api/3/resolution' \
--header'Content-Type: application/json' \
--data-raw'{
"description": "My resolution description",
"name": "My new resolution"
}'