UniventsAPIEvents
Publish an event
Moves the event from `draft` to `active`. Requires an owner or admin role.
POST
/events/{event_id}/publishMoves the event from draft to active. Requires an owner or
admin role.
Authorization
bearerAuth AuthorizationBearer <token>
JWT issued by IdentityX, signed with Ed25519
In: header
Path Parameters
event_id*string
Event ID.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/publish"Empty
{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}Disconnect the event's seller (unlink only) DELETE
Clears the seller and provider public key from the event. The wallet is kept — it is the event's permanent payment container — and can be reconnected later. The actor must be an owner or admin of the event.
Discontinue an event POST
Discontinues an active event (status becomes `discontinued`). Requires an owner or admin role.