v1
latestOpenAPI 3.0.12026-07-245303882.5 MBApplication Settings
Create or update application setting
Creates or updates a configuration setting for an application. Settings can include favicon, primary color, journey alias, identity provider, and enrollment button visibility. This allows customization of the application's appearance and behavior.
post/baas/v1/open/itp/applications/{applicationId}/settings
Path parameters
applicationIdstring required
O ID da aplicação. É um número exclusivo que identifica a aplicação.
Request body
Example request
{
"key": "FAVICON"
}Response
successfully returned.
Example response
{
"createdAt": "2024-01-01T20:32:44.581Z",
"updatedAt": "2024-01-01T20:32:44.581Z",
"deletedAt": "2024-01-01T20:32:44.581Z",
"key": "FAVICON"
}