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

19 lines
394 B

# Schema: Help_textModel
---
type: object
example:
_type: HelpText
_links:
self:
href: "/api/v3/help_texts/1"
editText:
type: text/html
href: "/admin/attribute_help_texts/1/edit"
id: 1
attribute: id
attributeCaption: ID
scope: WorkPackage
helpText:
format: markdown
raw: Help text for id attribute.
html: "<p>Help text for id attribute.</p>"