v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Participant

Updates a participant using patch semantics.

patch/participant/{participantId}

Path parameters

participantIdstring required

The id of the participant to update.

Request body

namestring

The new name of the participant.

familystring nullable

The family the underlying model belongs to (e.g. "Flux", "GPT"). Pass null to clear.

labstring nullable

The lab that makes the model (e.g. "OpenAI", "Black Forest Labs"). Pass null to clear.

proprietaryNamestring nullable

The vendor-facing display name of the model. Pass null to clear.

licenseType'OpenSource' | 'Proprietary' | 'null' nullable

The license classification of the underlying model. Pass null to clear.

Response

No Content