Models

Mark companions as revealed

Acknowledges the "your companion is ready" reveal for the given companions so they are no longer returned by GET /v1/models/pending-reveal.

post/v1/models/revealed

Request body

modelIdsstring[] required

Ids of the companions to mark as revealed.

Example request

{
  "modelIds": [
    "b1b3d2f0-5a4c-4e2f-9a1b-1234567890ab"
  ]
}

Response

Companions marked as revealed

updatednumber required

Number of companions newly marked as revealed.

Changes

No recorded changes to this endpoint across all 1 revision of this API.