Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit eb37307

Browse files
author
Tyler Ayers
committed
updated firestore spec
1 parent a77d3cd commit eb37307

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

tutorial-demos/firestore-appsheet-demo/specs/jokes-api.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ paths:
9595
responses:
9696
'201':
9797
description: item updated
98+
delete:
99+
summary: 'Deletes a Joke configuration'
100+
description: 'Deletes a Joke configuration'
101+
parameters:
102+
# An example parameter that is in query and is required
103+
- name: id
104+
in: path
105+
description: |
106+
Unique identifier of the desired joke object.
107+
required: true
108+
schema:
109+
type: string
110+
responses:
111+
'200':
112+
description: success
98113
components:
99114
securitySchemes:
100115
ApiKeyAuth:

0 commit comments

Comments
 (0)