From 15d24a0166248877c3bce039044c01e80de2df7f Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Thu, 11 Sep 2025 10:44:55 -0700 Subject: [PATCH] fix some typos within descriptions --- openapi/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index bb0b0b2..a5b52b3 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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 operationId: getWebhooks parameters: - name: context @@ -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: