Skip to content

Commit

Permalink
Updated operationIds
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed May 29, 2024
1 parent 581de74 commit 9a0fbc2
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions config/routes.oas.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"response": {
"type": "object",
"additionalProperties": false,
"required": ["status"],
"required": [
"status"
],
"properties": {
"status": {
"type": "number"
Expand Down Expand Up @@ -65,7 +67,10 @@
"options": {}
},
"policies": {
"inbound": ["request-validation-inbound", "rate-limit-inbound"]
"inbound": [
"request-validation-inbound",
"rate-limit-inbound"
]
}
},
"operationId": "2e21caf1-f4c5-4b8a-8358-b335b4fd4222"
Expand All @@ -86,7 +91,9 @@
"options": {}
},
"policies": {
"inbound": ["rate-limit-inbound"]
"inbound": [
"rate-limit-inbound"
]
}
},
"operationId": "2ae802d2-c8e1-40ba-ac2e-f45a9b4eafab"
Expand All @@ -107,7 +114,9 @@
"options": {}
},
"policies": {
"inbound": ["rate-limit-inbound"]
"inbound": [
"rate-limit-inbound"
]
}
},
"responses": {
Expand All @@ -129,7 +138,15 @@
}
}
},
"operationId": "460b0c3d-6267-4913-9e42-46f6882e2a42"
"operationId": "806b4513-d2fb-4b5e-bc93-d4e4f28002f2",
"additionalOperationContext": {
"oasFilePath": "/config/routes.oas.json",
"method": "get",
"path": "/v1/bins/{binId}/requests",
"pathZuploConfig": {
"pathMode": "open-api"
}
}
}
},
"/v1/bins/{binId}/requests/{requestId}": {
Expand All @@ -147,7 +164,9 @@
"options": {}
},
"policies": {
"inbound": ["rate-limit-inbound"]
"inbound": [
"rate-limit-inbound"
]
}
},
"responses": {
Expand Down Expand Up @@ -186,11 +205,15 @@
"options": {}
},
"policies": {
"inbound": ["caching-inbound", "rate-limit-inbound", "log-request"]
"inbound": [
"caching-inbound",
"rate-limit-inbound",
"log-request"
]
}
},
"operationId": "d1ef63f4-d081-46d4-ada2-b27e8ec5e24e"
}
}
}
}
}

0 comments on commit 9a0fbc2

Please sign in to comment.