File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
apify-api/openapi/paths/actors Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments