Skip to main content

Update an icon

PUT 

/icons/:objectType/:objectId

This API endpoint updates an icon by object type and object id. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    objectType stringrequired

    Object type. Available options ['application']

    Example: application
    objectId stringrequired

    Object id.

    Example: a291e870-48c3-4953-b656-fb5ce2a93169

Body

required
    image binaryrequired

    file with icon. Allowed mime-types ['image/png', 'image/jpeg']

Responses

Icon updated

Schema
    icon string

    url to file with icon

Loading...