setProjectProperty
Set project property
PUT /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} HTTP/1.1Parameters
{
"projectIdOrKey": {
"description": "The project ID or project key (case sensitive).",
"required": true,
"location": "path",
"type": "string"
},
"propertyKey": {
"description": "The key of the project property. The maximum length is 255 characters.",
"required": true,
"location": "path",
"type": "string"
}
}Response Schema
{}