Skip to content

Commit 26a68e0

Browse files
committed
fix command titles in readme
1 parent bd65973 commit 26a68e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambdas/backend-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,15 @@ curl -X PUT --location "${APIG_STAGE}/v1/routing-configuration/${ROUTING_CONFIG_
200200
}'
201201
```
202202
203-
### PATCH - /v1/template/:templateId/submit - Submit a routing configuration
203+
### PATCH - /v1/routing-configuration/:routingConfigId/submit - Submit a routing configuration
204204
205205
```bash
206206
curl -X PATCH --location "${APIG_STAGE}/v1/routing-configuration/${ROUTING_CONFIG_ID}/submit" \
207207
--header 'Accept: application/json' \
208208
--header "Authorization: $SANDBOX_TOKEN"
209209
```
210210
211-
### DELETE - /v1/template/:templateId - Delete a routing configuration
211+
### DELETE - /v1/routing-configuration/:routingConfigId - Delete a routing configuration
212212
213213
```bash
214214
curl -X DELETE --location "${APIG_STAGE}/v1/routing-configuration/${ROUTING_CONFIG_ID}" \

0 commit comments

Comments
 (0)