Skip to content

Instantly share code, notes, and snippets.

@drushman
Last active May 2, 2019 04:16
Show Gist options
  • Save drushman/0235064bcc011f077ac77fccb69e8527 to your computer and use it in GitHub Desktop.
Save drushman/0235064bcc011f077ac77fccb69e8527 to your computer and use it in GitHub Desktop.
{
"paths": {
"/commit": {
"post": {
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"signedEvent": {
"type": "string"
},
"signedEvents": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"/history/{enrolmentId}": {
"get": {
}
},
"/load/{enrolmentId}": {
"get": {
}
},
"/install": {
"post": {
}
}
},
"openapi": "3.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment