Skip to content

Commit

Permalink
chore(docs): updated docs (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Dalderup committed Apr 3, 2019
1 parent 3cf0e54 commit 50805e8
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion _docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,45 @@ endpoint: POST `/queryHistory`
]
```

# queryAll

endpoint: POST `/queryAll`

##### Request body:

```json
{}
```

#### Response body:

```json
[
{
"id": "string",
"hash": "string",
"timestamp": "string",
"limitedSigners": "number",
"subject": "string",
"version": "number",
"publishStatus": "string",
"signStatus": "string",
"authSignatures": "array<object>",
"burnSignatures": "array<object>",
"docType": "string",
"publisher": "object"
}
]
```

---

## Event Broker
---

---

# Event Broker

# notify

endpoint: POST `/notify`
Expand Down

0 comments on commit 50805e8

Please sign in to comment.