Commit a5a3bee
authored
docs: add
Adds missing `actorPermissionLevel` to the Actor's OpenAPI spec.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Adds `actorPermissionLevel` enum field to `Actor` and
`UpdateActorRequest` schemas and includes it in Update Actor
request/response examples.
>
> - **OpenAPI Schemas**:
> - `components/schemas/actors/Actor.yaml`: Add `actorPermissionLevel`
(`LIMITED_PERMISSIONS` | `FULL_PERMISSIONS`, nullable) with example.
> - `components/schemas/actors/UpdateActorRequest.yaml`: Add
`actorPermissionLevel` (same enum/nullable) with example.
> - **Paths**:
> - `paths/actors/acts@{actorId}.yaml` (PUT Update Actor): Include
`actorPermissionLevel` in request body example and response example.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
bb08633. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->actorPermissionLevel to API reference (#2135)1 parent b22ffcf commit a5a3bee
File tree
4 files changed
+15
-1
lines changed- apify-api/openapi
- components/schemas/actors
- paths/actors
4 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
105 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
0 commit comments