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/priorities_model.yml

52 lines
993 B

# Schema: PrioritiesModel
---
type: object
example:
_links:
self:
href: "/api/v3/priorities"
_type: Collection
total: 4
count: 4
_embedded:
elements:
- _type: Priority
_links:
self:
href: "/api/v3/priorities/1"
title: Low
id: 1
name: Low
position: 1
isDefault: false
isActive: true
- _type: Priority
_links:
self:
href: "/api/v3/priorities/2"
title: Normal
id: 2
name: Normal
position: 2
isDefault: true
isActive: true
- _type: Priority
_links:
self:
href: "/api/v3/priorities/3"
title: High
id: 3
name: High
position: 3
isDefault: false
isActive: true
- _type: Priority
_links:
self:
href: "/api/v3/priorities/4"
title: Immediate
id: 4
name: Immediate
position: 5
isDefault: false
isActive: true