updateDefaultProjectClassification
Update the default data classification level of a project
PUT /rest/api/3/project/{projectIdOrKey}/classification-level/default HTTP/1.1Parameters
{
"projectIdOrKey": {
"description": "The project ID or project key (case-sensitive).",
"required": true,
"location": "path",
"type": "string"
},
"id": {
"description": "The ID of the project classification.",
"required": true,
"location": "body",
"type": "string"
}
}Response Schema
{}