Commit ca1edf2
authored
fix(api): adjust Webhook creation example (#2230)
The actorId in the webhook condition contained a name, not an ID. This
is misleading as we don't support names.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation-only change to an OpenAPI example payload; no runtime
behavior or API schema is modified.
>
> **Overview**
> Fixes the `Create webhook` OpenAPI example payload to use an actual
`actorId` value instead of a `username~actor-name` identifier in the
`condition` object, avoiding misleading documentation about supported
identifiers during webhook creation.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6eb8bb2. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 959d053 commit ca1edf2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments