chore(docs): merge changes from master (#3780)
* chore(docs): Generated API Reference (#3761) Co-authored-by: shahednasser <shahednasser@users.noreply.github.com> * docs: fix typo (#3771) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shahednasser <shahednasser@users.noreply.github.com> Co-authored-by: Andre Schweighofer <fidrelity@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
get:
|
||||
operationId: GetReservationsReservation
|
||||
summary: Get a Reservation
|
||||
description: Retrieves a single reservation using its id
|
||||
description: Retrieves a single reservation using its ID
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
- in: path
|
||||
@@ -45,7 +45,7 @@ get:
|
||||
$ref: ../components/responses/500_error.yaml
|
||||
post:
|
||||
operationId: PostReservationsReservation
|
||||
summary: Updates a Reservation
|
||||
summary: Update a Reservation
|
||||
description: Updates a Reservation which can be associated with any resource as required.
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user