There was an error while loading. Please reload this page.
1 parent f25efd3 commit 16154efCopy full SHA for 16154ef
1 file changed
docs/v3-openapi.yaml
@@ -3114,9 +3114,10 @@ paths:
3114
operationId: list_concurrency_limits_v1
3115
summary: List concurrency limits
3116
description: |
3117
- List the environment's named concurrency limits (anonymous inline limits appear
3118
- under their derived `task/<task-id>` names), with each limit's bounds and its
3119
- live running and queued counts.
+ List the environment's declared concurrency limits (anonymous inline limits
+ appear under their derived `task/<task-id>` names), with each limit's bounds
+ and its live running and queued counts. Results are ordered by the underlying
3120
+ row name, so named limits sort before `task/`-derived inline limits.
3121
parameters:
3122
- name: page
3123
in: query
0 commit comments