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

Commit a77d3cd

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ paths:
5050
responses:
5151
'201':
5252
description: item created
53-
'/jokes/{jokeid}':
53+
'/jokes/{id}':
5454
# This is an HTTP operation
5555
get:
5656
summary: 'Get the joke data.'
5757
description: 'Get the joke data'
5858
parameters:
5959
# An example parameter that is in query and is required
60-
- name: jokeid
60+
- name: id
6161
in: path
6262
description: |
6363
Unique identifier of the desired joke object.
@@ -78,7 +78,7 @@ paths:
7878
description: 'Updates a Joke configuration'
7979
parameters:
8080
# An example parameter that is in query and is required
81-
- name: jokeid
81+
- name: id
8282
in: path
8383
description: |
8484
Unique identifier of the desired joke object.
@@ -107,12 +107,12 @@ components:
107107
title: Joke
108108
type: object
109109
properties:
110-
JokeId:
110+
id:
111111
description: |
112112
[Resource Name](https://aip.dev/122) of a joke.
113113
Format: `meters/{meterid}`
114114
type: string
115-
Text:
115+
text:
116116
description: 'Text of a joke.'
117117
type: string
118118
ArrayOfJokes:

0 commit comments

Comments
 (0)