mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
feature/set the V400 to DRAFT
This commit is contained in:
parent
e74d5c71c4
commit
0722ed84e2
@ -51,7 +51,7 @@ object OBPAPI4_0_0 extends OBPRestHelper with APIMethods130 with APIMethods140 w
|
||||
|
||||
val version : ApiVersion = ApiVersion.v4_0_0
|
||||
|
||||
val versionStatus = "BLEEDING-EDGE" // TODO this should be a property of ApiVersion.
|
||||
val versionStatus = "DRAFT" // TODO this should be a property of ApiVersion.
|
||||
|
||||
// Possible Endpoints from 4.0.0, exclude one endpoint use - method,exclude multiple endpoints use -- method,
|
||||
// e.g getEndpoints(Implementations4_0_0) -- List(Implementations4_0_0.genericEndpoint, Implementations4_0_0.root)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user