...
Page Properties | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Resources & Remarks Modification History
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 ModificationThe property clientsystem via the endpoint GET /api/system/apps/{app}/schema.In the definition of the string property leadingTypeId, set the boolean value for the
clientsystem via the endpoint POST /api/system/apps/{app}/schema. Pass your modified XML in the request body. |
Web-API Gateway
Renaming of Endpoints
...
Code Block |
---|
### api-web - endpoints: /api-web/swagger-ui.html/**,/api-web/**/springfox-swagger-ui/**,/api-web/**/swagger-resources/**,/api-web/**/v2/api-docs/** - endpoints: /api-web/api/resources/**,/api-web/api/users/**,/api-web/api/bpm/**,/api-web/api/dms/** - endpoints: /api-web/api/system/** access: hasAuthority('YUUVIS_SYSTEM_INTEGRATOR') - endpoints: /api-web/api/admin/** access: hasAuthority('YUUVIS_TENANT_ADMIN') |
App Schema Modification
If the service SOTHOOK is running in your system and the app schema clientsystem
exists, it is recommended to do following adjustment. 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 totrue
.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.
Tenant Management API
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 authentication-prod.yml have to be adjusted as follows:
...