File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
206206curl -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
214214curl -X DELETE --location " ${APIG_STAGE} / v1/ routing-configuration/ ${ROUTING_CONFIG_ID} " \
You can’t perform that action at this time.
0 commit comments