Skip to content

Commit

Permalink
Update examples (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Aug 8, 2023
1 parent 6e75ce1 commit f834b26
Show file tree
Hide file tree
Showing 19 changed files with 6,605 additions and 6,034 deletions.
1 change: 1 addition & 0 deletions docs/scripts/update-contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const OPENAPI_TS_CONTRIBUTORS = [
"toomuchdesign",
"psychedelicious",
"tkrotoff",
"pimveldhuisen",
]),
];

Expand Down
2 changes: 1 addition & 1 deletion docs/src/data/contributors.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_alert_create
operationId: uptime_create_alert

summary: Create a New Alert

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_check_create
operationId: uptime_create_check

summary: Create a New Check

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_alert_delete
operationId: uptime_delete_alert

summary: Delete an Alert

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_check_delete
operationId: uptime_delete_check

summary: Delete a Check

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_alert_get
operationId: uptime_get_alert

summary: Retrieve an Existing Alert

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_check_get
operationId: uptime_get_check

summary: Retrieve an Existing Check

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_check_state_get
operationId: uptime_get_checkState

summary: Retrieve Check State

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_check_alerts_list
operationId: uptime_list_alerts

summary: List All Alerts

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_checks_list
operationId: uptime_list_checks

summary: List All Checks

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_alert_update
operationId: uptime_update_alert

summary: Update an Alert

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: uptime_check_update
operationId: uptime_update_check

summary: Update a Check

Expand Down
2,484 changes: 1,083 additions & 1,401 deletions packages/openapi-typescript/examples/github-api-next.ts

Large diffs are not rendered by default.

Loading

0 comments on commit f834b26

Please sign in to comment.