Skip to content

Commit

Permalink
Update operationId to clean up doc heirarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
chchen3 committed Nov 17, 2022
1 parent a16361a commit 31826f8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"post": {
"summary": "Calculate price for a `ReservationOrder`.",
"description": "Calculate price for placing a `ReservationOrder`.",
"operationId": "ReservationOrder_Calculate",
"operationId": "ReservationOrder_CalculatePrice",
"x-ms-examples": {
"Purchase": {
"$ref": "./examples/CalculateReservationOrder.json"
Expand Down Expand Up @@ -730,7 +730,7 @@
"post": {
"summary": "Calculate the refund amount of a reservation order.",
"description": "Calculate price for returning `Reservations` if there are no policy errors.\n",
"operationId": "CalculateRefund_Post",
"operationId": "ReservationOrder_CalculateRefund",
"x-ms-examples": {
"Purchase": {
"$ref": "./examples/CalculateRefund.json"
Expand Down Expand Up @@ -770,7 +770,7 @@
"post": {
"summary": "Return a reservation.",
"description": "Return a reservation.",
"operationId": "Return_Post",
"operationId": "ReservationOrder_Return",
"x-ms-examples": {
"Purchase": {
"$ref": "./examples/Return.json"
Expand Down Expand Up @@ -815,7 +815,7 @@
"post": {
"summary": "Calculates the refund amounts and price of the new purchases.",
"description": "Calculates price for exchanging `Reservations` if there are no policy errors.\n",
"operationId": "CalculateExchange_Post",
"operationId": "CalculateExchange",
"x-ms-examples": {
"CalculateExchange": {
"$ref": "./examples/CalculateExchange.json"
Expand Down Expand Up @@ -874,7 +874,7 @@
"post": {
"summary": "Exchange Reservation(s)",
"description": "Returns one or more `Reservations` in exchange for one or more `Reservation` purchases.\n",
"operationId": "Exchange_Post",
"operationId": "Exchange",
"x-ms-examples": {
"Exchange": {
"$ref": "./examples/Exchange.json"
Expand Down

0 comments on commit 31826f8

Please sign in to comment.