Acceptance criteria
- Organizers should be able to add the grant ID to an event using the API
- The organizer should be able to add the numbers of the grant ID only, e.g., 1234-1234
- When the organizer sends the request, we should validate that the grant ID is valid.
- If it is valid, the change should be made
- If it is invalid, the organizer should receive a error message, which reads: "The Grant ID you entered is invalid."
- If there is an error due to the Fluxx API, the user should see the following message: "Fluxx is currently unable to validate this Grant ID. Try again in a few minutes."
- The organizer should be able to edit the grant ID via the API
- The organizer should be able to delete the grant ID via the API
- The same validation logic applies to editing grant ID as it does to first entering the grant ID
- The organizer should be able to obtain the current grant ID for an event by using the API.
- The API documentation should be created for the following endpoints:
- Edit grant ID
- Delete grant ID
- Get grant ID









