Management Ambiguous Endpoints

Management Add Ambiguous Request Endpoint

Endpoint: Management Add Ambiguous

Method: POST

RESPONSES:
  • 200: The ambiguous entry has been added
  • 400: An ambiguous entry like this already exists

The Add Ambiguous endpoint provides the ability to add an ambiguous entry to the sqlite database.

Management Delete Ambiguous Request Endpoint

Endpoint: Management Delete Ambiguous

Method: POST

RESPONSES:
  • 200: The ambiguous entry has been deleted
  • 404: An ambiguous entry with with this id does not exists

The Delete Ambiguous endpoint provides the ability to delete an ambiguous entry from the sqlite database.

Management List Ambiguous Request Endpoint

Endpoint: Management List Ambiguous

Method: GET

RESPONSES:
  • 200: A list of all ambiguous request entries
  • 404: No ambiguous entries in the SQL database

The List Ambiguous endpoint provides the ability to list all currently stored ambiguous request entries in the SQL database.