v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
setting

Set public app rate limit for this workspace

post/w/{workspace}/workspaces/public_app_rate_limit

Path parameters

workspacestring required

Request body

public_app_execution_limit_per_minuteinteger

Rate limit for public app executions per minute per server. NULL or 0 to disable.

Example request

{
  "public_app_execution_limit_per_minute": 100
}

Response

Successfully updated public app rate limit settings.

string required

Example response

"Updated public app rate limit for workspace: workspace_id"