Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ paths:
- webhooks:read
description: Returns a list of webhooks corresponding to the context or plan
provided, if they exist. For plan, the webhooks for all contexts that
you have access to will be returned, and theresponse is paginated
you have access to will be returned, and the response is paginated
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 @ahurtado-figma this bit didn't make it into #63

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donny-dont Mind making another PR for this change? Another engineer will be reviewing PRs this week

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem! Opened #67

operationId: getWebhooks
parameters:
- name: context
Expand Down Expand Up @@ -3185,7 +3185,7 @@ components:
- $ref: "#/components/schemas/PaintOverride"
- type: "null"
description: Map from ID to PaintOverride for looking up fill overrides. To see
which regions are overriden, you must use the `geometry=paths`
which regions are overridden, you must use the `geometry=paths`
option. Each path returned may have an `overrideID` which maps
to this table.
fillGeometry:
Expand Down