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

37 lines
869 B

# Schema: FormModel
---
type: object
properties:
_links:
type: object
properties:
validate:
allOf:
- "$ref": "./link.yml"
- description: Validate changes, show errors and allowed values for changed
resource
readOnly: true
commit:
allOf:
- "$ref": "./link.yml"
- description: |-
Actually perform changes to the resource
# Conditions
form content is valid
readOnly: true
previewMarkup:
allOf:
- "$ref": "./link.yml"
- description: Post markup (e.g. markdown) here to receive an HTML-rendered
response
readOnly: true
self:
allOf:
- "$ref": "./link.yml"
- description: |-
This form
**Resource**: Form
readOnly: true