Sets the value of the project property. You can use project properties to store custom data against the project.The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.This operation can be accessed anonymously.Permissions required:Administer Jiraglobal permission or Administer Projectsproject permission for the project in which the property is created.
Request
Path Params
Body Params application/json
Examples
Responses
🟢200Returned if the project property is updated.
application/json
Body
🟢201Returned if the project property is created.
🟠400Returned if the project key or id is invalid.
🟠401Returned if the authentication credentials are incorrect.
🟠403Returned if the user does not have permission to administer the project.