App Details
AppDetails is an entity for storing additional information about an app.
This information is used to provide presentational and non-functional information about the app, such as specifying a custom icon.
The entity has a 1-to-1 relationship with the AppDefinition, but is optional and must be created manually.
Limitations:
- Custom icons cannot be larger than 128px x 128px and can only be in png or jpg format.
- Using the endpoints, icons can only be uploaded as base64 strings.