Skip to main content
POST
/
events
/
{event}
/
banner
Enviar banner do evento
curl --request POST \
  --url http://localhost/api/v1/events/{event}/banner \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

API key do hub com escopo manage. Header: Authorization: Bearer <api_key>.

Path Parameters

event
string
required

Response

JsonResource

data
string
required