Skip to content

Some endpoints (/events/trigger) returns different structure. #21

@kymppi

Description

@kymppi

The api docs says that /events/trigger should return

{
    acknowledged: true,
    status: "status",
    transactionId: "transactionId"
}

but it actually returns

{
  data: {
    acknowledged: true,
    status: "processed",
    transactionId: "3e47b1eb-cd62-4e06-bdc4-2e86f04b94ce"
  }
}

I haven't tested the other routes yet, but they might also do the same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions