Update company list

Edit company list

patch

Edit a company list

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Path parameters
short_idstringRequired
Body
idstringRead-onlyOptional
short_idstringRead-onlyOptional
namestring · max: 255Optional
sourcestring | nullableOptional
num_optionsstringRead-onlyOptional
Responses
200Success
application/json
patch
v1/company/lists/{short_id}/
Python

Request samples

{
   "name":"Issue types - updated",
   "source":"Jira",
   "options":[
      {
         "value":"10003",
         "label":"Service request new"
      },
      {
         "value":"10000",
         "label":"Epic new"
      },
      {
         "value":"10007",
         "label":"System problem new"
      }
   ]
}

Response samples

Last updated