VibeHost
API referenceWorkspacesWorkspaceidAppsAppidGrantsTeam

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

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

Authorization

bearerAuth apps:write
AuthorizationBearer <token>

In: header

Scope: apps:write

Path Parameters

workspaceId*string
appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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