latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

CredentialingWorkflow

Replace all user-defined fields on a credentialing workflow

Replaces the entire userDefinedFields object on the credentialing workflow identified by workflowId with the provided object (full-replacement PUT semantics). Any key currently in userDefinedFields that is not present in the request body will be removed. Send an empty object ({}) to clear all user-defined fields. The set of valid keys is tenant-configured.

put/credentialing-workflows/{workflowId}/userdefinedfields

Path parameters

workflowIdstring required

Credentialing workflow ID

Headers

tenant-idstring required

Tenant ID

Request body

object required

User defined fields object with custom properties

Response

User defined fields updated successfully

object required