openBackhaul / TypeApprovalRegister

Administrates the list of approvals of Applications.
Apache License 2.0
1 stars 8 forks source link

/v1/regard-application should create default value as "false" for the newly regarded application #333

Closed PrathibaJee closed 4 months ago

PrathibaJee commented 5 months ago

As of now , while regarding a new application to TAR::/v1/regard-application , "embedding-status" is true by default. Thie needs to be changed to false. For example ,

{
        "application-name": "DummyApplication",
        "application-release-number": "2.0.1",
        "approval-status": "REGISTERED",
-        "embedding-status": true,
        "reason-of-failure": ""
    }