Created
September 23, 2025 11:08
-
-
Save thepatrickniyo/7aeb6587d0e09f3214e9324717bfc86b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Create Instruction | |
| // Method: POST | |
| // Endpoint: localhost:8200/api/v1/e-approval/instruction | |
| { | |
| "subject": "UCI Site Event at Amahoro 2", | |
| "description": "The step-by-step execution of event setup and operations, starting from the arrival of teams and equipment until the event runs smoothly.", | |
| "priority": "HIGH", | |
| "assignedTo": [ | |
| "56cd695a-d872-42ec-9523-37bb0c67a6bd" | |
| ], | |
| "dueDate": "2025-09-25T09:49:06.355Z" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment