GET injects/current
Name
Value
{
"1": "News of refugess in Jordan",
"2": "Lebanese tweet",
"3": "EndEx"
}{
"error": "Invalid request"
}
Last updated
Was this helpful?
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
Content-Type
application/json
Authorization
Bearer <token>
Request Body
{
"1": "News of refugess in Jordan",
"2": "Lebanese tweet",
"3": "EndEx"
}{
"error": "Invalid request"
}"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?
Was this helpful?