Profiles

Update profile

Updates a profile's name, description, color, or default status.

put/v1/profiles/{profileId}

Path parameters

profileIdstring required

Request body

namestring
descriptionstring nullable

Set to null to clear the description.

colorstring
isDefaultboolean

Response

Updated

messagestring

Changes

Changed in 1 of the 26 revisions of this API.11

  • ac5fffe58a6311See the full diff
    • the name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the request property description became nullable

      request-property-became-nullable