Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 731 Bytes

AddStatusRequest.md

File metadata and controls

12 lines (8 loc) · 731 Bytes

AddStatusRequest

Properties

Name Type Description Notes
id str The ID of the new status. Should be unique within all statuses.<br/>It should have a format of universally unique identifier (UUID) and should not start with <code>00000000-0000-0000-</code> which is a reserved prefix. [optional]
name str The name of the new status. Should be unique within all statuses.
description str The description of the new status. [optional]

[Back to Model list] [Back to API list] [Back to README]