Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Update a Klass

Updates Klass attributes using its unique ID.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.admin.klass.write|org.permission.klass.update|

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Unique ID of the Klass. required: - id title: Parameters data: type: string example: >- "{\n \"icon\": \"<string>\",\n \"color\": \"<string>\",\n \"jsonSchema\": {},\n \"status\": \"ut quis labore sunt\"\n}" title: Data

Output

type: object properties: data: type: object properties: type: type: string id: type: string attributes: type: object properties: name: type: string icon: type: string status: type: string updatedAt: type: string createdAt: type: string relationships: type: object properties: org: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string kobjects: type: object properties: links: type: object properties: self: type: string links: type: object properties: self: type: string