Description: Returns the desired project.
Since: 7.17.4
Security: Requires a user with the Project Admin role or a user with the Platform Administrator role.
Usage: GET ${baseUrl}/access/api/v1/projects/{project_key}
Produces: application/json; charset=UTF-8
Header parameter: Authorization: Bearer
Parameters:
Name | Description |
|---|---|
(path) | The project key |
Sample Response:
{
"display_name": "artifactory",
"description": "The binary repository manager",
"admin_privileges": {
"manage_members": true,
"manage_resources": true
},
"storage_quota_bytes": 0,
"soft_limit": false,
"storage_quota_email_notification": true
"project_key": "string"
}