Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue
idPROGRESS

Product Version2021 Summer
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje21 MAY 20212021 Summercreated

Hi Antje, wir sollten noch eine Emfpehlung einbauen. Es betrifft das Schema Clientsystem. Für das Property 'leadingTypeId' sollte das Attribut 'required' auf 'true' gesetzt werden, damit im Fall des inaktiven Sotwebhooks gleich beim Create und Update Object eine Fehlermeldung kommt, dass das Property nicht mit einem Value kommt.


App Schema Modification

The property leadingTypeId in the app schema for the app clientsystem should be required now in order to immediately recognize any failure of the SOTHOOK.

  • Retrieve the app schema for the app clientsystem via the endpoint GET /api/system/apps/{app}/schema.
  • In the definition of the string property leadingTypeId, set the boolean value for the required attribute to true.

    Code Block
    <required>true</required>


  • Update the app schema for the app clientsystem via the endpoint POST /api/system/apps/{app}/schema. Pass your modified XML in the request body.

Web-API Gateway

Renaming of Endpoints

As of Release Candidate Alpha5: As described in the Breaking Changes, the endpoint URLs of the Web-API Gateway were modified. Thus, the entries for the API-WEB service endpoints in the section authorization.accesses of the profile authenticationprofile authentication-prod.yml have to be adjusted as follows:

...

The service providing the Tenant Management API was renamed from API-TM into TENANT-MANAGEMENT. Thus, the entries for the Tenant Management API endpoints in the section authorization.accesses of the profile authenticationprofile authentication-prod.yml have to be adjusted as follows:

...