Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #100 from johnspurlock/patch-4

Fix response type for /log/last

authored by

bnewbold and committed by
GitHub
041066a6 4d5d0179

+1 -1
+1 -1
website/spec/plc-server-openapi3.yaml
··· 134 134 content: 135 135 application/json: 136 136 schema: 137 - $ref: '#/components/schemas/LogEntry' 137 + $ref: '#/components/schemas/Operation' 138 138 '404': 139 139 $ref: '#/components/responses/404DidNotFound' 140 140 /{did}/data: