"body":"{\n\"type\": \"https://example.com/problems/forbidden\",\n\"title\": \"Forbidden\",\n\"status\": 403,\n\"detail\": \"The client is not allowed to perform this operation.\",\n\"instance\": \"/interconnection/connect\",\n\"cause\": \"INSUFFICIENT_SCOPE\"\n}"
"body":"{\n\"type\": \"https://example.com/problems/forbidden\",\n\"title\": \"Forbidden\",\n\"status\": 403,\n\"detail\": \"The client is not allowed to perform this operation.\",\n\"instance\": \"/interconnection/establish\",\n\"cause\": \"INSUFFICIENT_SCOPE\"\n}"
},
{
"name":"404 Not Found",
@@ -171,12 +171,12 @@
}
],
"url":{
"raw":"{{baseUrl}}/connect",
"raw":"{{baseUrl}}/establish",
"host":[
"{{baseUrl}}"
],
"path":[
"connect"
"establish"
]
}
},
@@ -189,12 +189,12 @@
"value":"application/problem+json"
}
],
"body":"{\n\"type\": \"https://example.com/problems/not-found\",\n\"title\": \"Not Found\",\n\"status\": 404,\n\"detail\": \"The target resource was not found.\",\n\"instance\": \"/interconnection/connect\",\n\"cause\": \"RESOURCE_NOT_FOUND\"\n}"
"body":"{\n\"type\": \"https://example.com/problems/not-found\",\n\"title\": \"Not Found\",\n\"status\": 404,\n\"detail\": \"The target resource was not found.\",\n\"instance\": \"/interconnection/establish\",\n\"cause\": \"RESOURCE_NOT_FOUND\"\n}"
}
]
},
{
"name":"Interconnect Request - POST /interconnect",