GET injects/current

POST /injects/current

Returns a JSON dictionary of key-values of the last published (and hence currently active) inject objects. Key is the MEL number and value is the Inject Title from the Facilitator guidance

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Request Body

{
  "1": "News of refugess in Jordan",
  "2": "Lebanese tweet",
  "3": "EndEx"
}

"1","2","3" etc is the number of the MEL (numbered left to right from the MEL canvas

"News of refugess in Jordan" is from the title of the Facilitator Guidance on that inject

Last updated

Was this helpful?