Skip to content

Commit df921bd

Browse files
committed
fix: quote, add upload example
1 parent 3081c20 commit df921bd

13 files changed

Lines changed: 214 additions & 15 deletions

File tree

integration-tests-definitions/todo-lists.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,23 @@ paths:
190190
responses:
191191
202:
192192
description: accepted
193+
/attachments/{id}:
194+
parameters:
195+
- name: id
196+
in: path
197+
schema:
198+
type: string
199+
put:
200+
operationId: replaceAttachment
201+
requestBody:
202+
content:
203+
application/octet-stream:
204+
schema:
205+
type: string
206+
format: binary
207+
responses:
208+
202:
209+
description: accepted
193210
components:
194211
schemas:
195212
CreateUpdateTodoList:

integration-tests/typescript-angular/src/generated/api.github.com.yaml/client.service.ts

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-angular/src/generated/okta.oauth.yaml/client.service.ts

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-angular/src/generated/stripe.yaml/client.service.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-angular/src/generated/todo-lists.yaml/client.service.ts

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-axios/src/generated/todo-lists.yaml/client.ts

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-express/src/generated/todo-lists.yaml/generated.ts

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-express/src/generated/todo-lists.yaml/models.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/typescript-fetch/src/generated/todo-lists.yaml/client.ts

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)