OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/api/apiv3/components/schemas/view_capabilities_model.yml

18 lines
434 B

# Schema: View_capabilitiesModel
---
type: object
example:
_links:
self:
href: "/api/v3/capabilities/work_packages/create/p123-567"
action:
href: "/api/v3/actions/work_packages/create"
title: Add work package
context:
href: "/api/v3/projects/123"
title: A project
principal:
href: "/api/v3/users/567"
title: Some user
_type: Capability
id: work_packages/create/p123-567