Description: Create a new Project.
Since: 7.17.4
Security: Requires a user assigned with the 'Administer the Platform' role.
Usage: POST ${baseUrl}/access/api/v1/projects
Produces: application/json; charset=UTF-8
Header parameter: Authorization: Bearer. For more information about creating tokens, see Create Token.
Sample Request:
{ "display_name": "artifactory", "description": "The binary repository manager", "admin_privileges": { "manage_members": true, "manage_resources": true, "index_resources": true }, "storage_quota_bytes": 1073741824, "project_key": "string" }
Sample Response:
{ "display_name": "artifactory", "description": "The binary repository manager", "admin_privileges": { "manage_members": true, "manage_resources": true, "index_resources": true }, "storage_quota_bytes": 1073741824, "project_key": "string" }