Skip to main content
POST
Create a brand favicon.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required
asset_uuid
string<uuid>
required

Body

application/json
favicon_url
string<uri>
required

HTTP or HTTPS URL without embedded user credentials. The canonical percent-encoded URL must also fit the 2048-character limit.

Maximum string length: 2048
Pattern: ^[hH][tT][tT][pP][sS]?://[^/@\s]+([/?#].*)?$
favicon_sha256
string | null
Pattern: ^[0-9a-fA-F]{64}$
first_seen_at
string<date-time> | null
height
integer | null
Required range: 1 <= x <= 65535
last_seen_at
string<date-time> | null
media_type
string | null
Maximum string length: 255
metadata
object | null
source_kind
enum<string>
Available options:
manual,
auto_discovered,
import,
api,
integration
source_ref
string | null
Maximum string length: 512
width
integer | null
Required range: 1 <= x <= 65535

Response

Brand favicon created.

favicon
object
required