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.
 
 
 
 
 
 

56 lines
1.4 KiB

---
post:
description: Create a tracker item
parameters:
- name: trackerId
in: path
required: true
schema:
type: integer
requestBody:
required: true
content:
application/x-www-form-urlencoded:
schema:
type: object
description: Should contain an object of the field values with either field permanent names as keys or ins_FID keys.
responses:
'200':
description: tracker item response
content:
application/json:
schema:
type: object
properties:
trackerId:
type: integer
trackerName:
type: string
itemId:
type: integer
fields:
type: object
forced:
type: object
trackerLogo:
type: string
status:
type: string
format:
type: string
editItemPretty:
type: string
next:
type: string
'403':
description: forbidden
content:
application/json:
schema:
$ref: schemas-Error.yaml
'404':
description: not found
content:
application/json:
schema:
$ref: schemas-Error.yaml