Skip to content

Commit

Permalink
Update spelling for updatedAt in openapi docs (#2831)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <[email protected]>
Co-authored-by: Willy Lulciuc <[email protected]>
  • Loading branch information
henneberger and wslulciuc committed Jun 5, 2024
1 parent 815d2a6 commit 1f00c9b
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions docs/openapi.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/add-tag-to-dataset.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/add-tag-to-field-of-dataset.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/delete-dataset.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/get-column-lineage.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/get-dataset.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/get-datasets.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/get-lineage.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/docs/api/put-dataset.api.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/v2/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ components:
name: my-dataset
physicalName: public.mytable
createdAt: 2019-05-09T19:49:24.201361Z
upodatedAt: 2019-05-09T19:49:24.201361Z
updatedAt: 2019-05-09T19:49:24.201361Z
namespace: my-namespace
sourceName: my-source
fields: [
Expand Down
2 changes: 1 addition & 1 deletion spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ components:
name: my-dataset
physicalName: public.mytable
createdAt: 2019-05-09T19:49:24.201361Z
upodatedAt: 2019-05-09T19:49:24.201361Z
updatedAt: 2019-05-09T19:49:24.201361Z
namespace: my-namespace
sourceName: my-source
fields: [
Expand Down

0 comments on commit 1f00c9b

Please sign in to comment.