Skip to main content
PUT
Change who can discover and invoke a Model API

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

modelApiId
string
required

Model API id (24-character hex). Obtain from GET /api/modelServing/v1/modelApis or the Model API details URL.

Body

application/json
visibility
enum<string>
required

Public allows all authenticated users to discover and invoke. Discoverable allows all authenticated users to discover, but only assigned collaborators to invoke. Private requires an assigned collaborator role to discover or invoke.

Available options:
Public,
Discoverable,
Private

Response

The updated visibility.

visibility
enum<string>
required

Public allows all authenticated users to discover and invoke. Discoverable allows all authenticated users to discover, but only assigned collaborators to invoke. Private requires an assigned collaborator role to discover or invoke.

Available options:
Public,
Discoverable,
Private
Last modified on September 3, 2026