Skip to content

Commit 5b8c483

Browse files
committed
Document the forcePermissionLevel qs param
1 parent f8027bf commit 5b8c483

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,20 @@ post:
275275
schema:
276276
type: string
277277
example: dGhpcyBpcyBqdXN0IGV4YW1wbGUK...
278+
- name: forcePermissionLevel
279+
in: query
280+
description: |
281+
Overrides the Actor's configured permission level for this run only. Useful for testing limited permissions
282+
before migrating your Actor or temporarily elevating/restricting access. If not provided, the Actor's default
283+
permission level is used. For more information on permissions see [the documentation](https://docs.apify.com/platform/actors/development/permissions)
284+
style: form
285+
explode: true
286+
schema:
287+
type: string
288+
enum:
289+
- LIMITED_PERMISSIONS
290+
- FULL_PERMISSIONS
291+
example: LIMITED_PERMISSIONS
278292
requestBody:
279293
description: ''
280294
content:

0 commit comments

Comments
 (0)