Services - Routes
Add redirect/rewrite rules
Add redirect/rewrite rules to the service with the provided ID.
post/services/{serviceId}/routes
Request body
Example request
{
"source": "/:bar/foo",
"destination": "/foo/:bar"
}Response
Created
Add redirect/rewrite rules to the service with the provided ID.
{
"source": "/:bar/foo",
"destination": "/foo/:bar"
}Created