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/paths/help_text.yml

42 lines
1.1 KiB

# /api/v3/help_texts/{id}
---
get:
parameters:
- description: Help text id
example: '1'
in: path
name: id
required: true
schema:
type: integer
responses:
'200':
content:
application/hal+json:
examples:
response:
value:
_links:
editText:
href: "/admin/attribute_help_texts/1/edit"
type: text/html
self:
href: "/api/v3/help_texts/1"
_type: HelpText
attribute: id
attributeCaption: ID
helpText:
format: markdown
html: "<p>Help text for id attribute.</p>"
raw: Help text for id attribute.
id: 1
scope: WorkPackage
schema:
"$ref": "../components/schemas/help_text_model.yml"
description: OK
headers: {}
tags:
- Help texts
description: ''
operationId: View_help_text
summary: View help text