mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
tweaked 201 ->200 for getDynamicEndpoint
This commit is contained in:
parent
3b5e08c6cc
commit
e4a41dbf2d
@ -2846,7 +2846,7 @@ trait APIMethods400 {
|
||||
} yield {
|
||||
val swaggerJson = parse(dynamicEndpoint.swaggerString)
|
||||
val responseJson: JObject = ("dynamic_endpoint_id", dynamicEndpoint.dynamicEndpointId) ~ ("swagger_string", swaggerJson)
|
||||
(responseJson, HttpCode.`201`(callContext))
|
||||
(responseJson, HttpCode.`200`(callContext))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user