Update Label for Applicant

This method updates a list of labels for an applicant. Use it to delete existing labels for an applicant or add new ones.

🚧

NOTE: Remember URL Encoding!

The label names that you use must be URLencoded, e.g. 'New%20label' and not 'New label'.

Response Schema

  • additionalProperties: false
  • title
    • Required: no
    • Type: string
    • Example: "Label 1"
  • completed
    • Required: no
    • Type: boolean
    • Example: true
Language
Click Try It! to start a request and see the response here!