POST
/
instances
/
{instance}
/
images
/
{type}
curl --request POST \
  --url https://api.altostrat.io/instances/{instance}/images/{type} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instance
string
required

UUID of the captive portal Instance

type
enum<string>
required

Type of image to upload (logo or icon)

Available options:
logo,
icon

Body

multipart/form-data

Multipart file upload with the image, subject to validation

The body is of type object.

Response

202

Image accepted and updated