Skip to content

Commit

Permalink
Retain previous examples operations
Browse files Browse the repository at this point in the history
The `City` resource had the `list: ListCities` operation defined; however, the code snippet directly following removed it again, very likely by accident
  • Loading branch information
Leandros authored and kstich committed Sep 18, 2023
1 parent bcff612 commit 6c890c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source-2.0/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ perform updates on or examine the state of a resource.
identifiers: { cityId: CityId }
properties: { coordinates: CityCoordinates }
read: GetCity
list: ListCities
resources: [Forecast]
}
Expand Down

0 comments on commit 6c890c3

Please sign in to comment.