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

25 lines
564 B

# Schema: CustomactionModel
---
type: object
properties:
id:
type: integer
description: Custom action id
readOnly: true
minimum: 0
exclusiveMinimum: true
name:
type: string
description: The user selected name of the custom action
readOnly: true
description:
type: string
description: A text describing the custom action
_links:
type: object
properties:
executeImmediately:
allOf:
- "$ref": "./link.yml"
- description: Apply the action to a work package
readOnly: true