curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/project//permissionscheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 10000
}'
{"id":10000,"self":"https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000","name":"Example permission scheme","description":"description"}
all
Returns all expandable information.field
Returns information about the custom field granted the permission.group
Returns information about the group that is granted the permission.permissions
Returns all permission grants for each permission scheme.projectRole
Returns information about the project role granted the permission.user
Returns information about the user who is granted the permission.type
, a type-dependent parameter
and a type-dependent value
. See Holder object in Get all permission schemes for more information.