Skip to content

Commit

Permalink
Remove note about deleting room webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-100ms committed Apr 8, 2024
1 parent c0b480f commit daea65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server-side/v2/api-reference/Rooms/create-via-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ curl --location --request POST 'https://api.100ms.live/v2/rooms' \
| url | `string` | The webhook URL. | Yes |
| headers | `object` | Any custom headers (key-value pairs) you want to set. | No |

> **Note:** If you set webhooks on a room, then the workspace level webhooks (if set) won't be used. To re-enable workspace level webhooks, remove the webhooks from the room object.
> **Note:** If you set webhooks on a room, then the workspace level webhooks (if set) won't be used.
## recording info arguments

Expand Down

0 comments on commit daea65b

Please sign in to comment.