Skip to content

Commit

Permalink
Add "origin" to event specification in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Oct 28, 2024
1 parent fbf73c2 commit 70c1dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The body of a calendar event follows the JSON format below:
"site": "saf", // Sitecode where reservation was made
"title": "My Name", // Name of reservation, defaults to username
"reservation_type": "realtime", // String, can be "realtime" or "project"
"origin": "ptr", // "ptr" if created on the ptr site, or "lco" if the event was created by the lco scheduler
"resourceId": "saf", // Sitecode where reservation was made
"project_id": "none", // Or concatenated string of project_name#created_at timestamp
"reservation_note": "", // User-supplied comment string, can be empty
Expand Down

0 comments on commit 70c1dfc

Please sign in to comment.