PUT api/2.0/crm/contact/status/{id} This function requires authentication

Description

Updates the selected contact status with the parameters (title, description, etc.) specified in the request.

Parameters
Name Description Type Example
id
sent in url
Contact status ID number 1234
title
sent in body
New contact status title string some text
description
sent in body
New contact status description string some text
color
sent in body
New contact status color string some text
sortOrder
sent in body
New contact status sort order number 1234
Example
PUT api/2.0/crm/contact/status/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "title": "some text",
  "description": "some text",
  "color": "some text",
  "sortOrder": 1234
}
Returns

Updated contact status