VibeHost
API referenceWorkspacesWorkspaceidAppsAppidGrantsTeamTeamid

/workspaces/{workspaceId}/apps/{appId}/grants/team/{teamId}

PATCH
/workspaces/{workspaceId}/apps/{appId}/grants/team/{teamId}

Authorization

bearerAuth apps:write
AuthorizationBearer <token>

In: header

Scope: apps:write

Path Parameters

workspaceId*string
appId*string
teamId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/workspaces/string/apps/string/grants/team/string" \  -H "Content-Type: application/json" \  -d '{    "role": "viewer"  }'
Empty