From 0722ed84e2a9dde7cfb1836f6971cae90fa8b3d5 Mon Sep 17 00:00:00 2001 From: hongwei Date: Mon, 27 Jun 2022 13:46:54 +0200 Subject: [PATCH] feature/set the V400 to `DRAFT` --- obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala b/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala index e108258e0..3b85a22d2 100644 --- a/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala +++ b/obp-api/src/main/scala/code/api/v4_0_0/OBPAPI4_0_0.scala @@ -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)