gematik / epa-deployment

Project includes docker-compose file to start all relevant services (including VAU encryption/decryption) for an ePA environment.
Apache License 2.0
7 stars 1 forks source link

Inconsistent documentation InformationService #25

Closed CEiderEVIDENT closed 1 month ago

CEiderEVIDENT commented 1 month ago

Within the documentation on the main page it is written:

Information Service (information-service)
....
Limitations:
.....
 for record status it will always send HTTP code **200** (OK)

But information/application.yaml says

      nested-responses:
        204:
          response:
            statusCode: **204**

Running actual Image deployment-1.0.8 repsonses with 204 and not 200

fnoGematik commented 1 month ago

Hi @CEiderEVIDENT,

the documentation is updated with release version 1.0.12 - only the ReadMe wasn't updated accordingly after changing from 200 to 204 in previous API release.

--> https://github.com/gematik/epa-deployment/blob/main/README.md#information-service-information-service

Thanks for this finding and best regards,