We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61996c9 commit e99c25eCopy full SHA for e99c25e
lambdas/backend-api/README.md
@@ -147,7 +147,7 @@ curl --location "${APIG_STAGE}/v1/routing-configuration/${ROUTING_CONFIG_ID}" \
147
### GET - /v1/routing-configurations - List routing configurations
148
149
```bash
150
-curl --location "${APIG_STAGE}/v1/routing-configurations \
+curl --location "${APIG_STAGE}/v1/routing-configurations" \
151
--header 'Accept: application/json' \
152
--header "Authorization: $SANDBOX_TOKEN"
153
```
0 commit comments