Skip to content
Endless Documentation

Set Position WorkspaceModel

PUT
/organizations/{organization_id}/models/position

Set Position WorkspaceModel. Scoped to the organization named by organization_id.

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Header Parameters

Endless-Api-Version?string

Pin the caller to an API major (1). Omit to accept the current version. A major this deployment cannot serve is refused with 400 unsupported_api_version.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/organizations/org_abc123/models/position" \  -H "Content-Type: application/json" \  -d '{    "scope": {      "kind": "workspace"    },    "model_ids": [      "string"    ]  }'
{  "model_ids": [    "string"  ]}