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 #106 from johnspurlock/patch-5

Fix boolean type in openapi definition

authored by bnewbold.net and committed by

GitHub 944a9ca3 60e81582

+1 -1
+1 -1
website/spec/plc-server-openapi3.yaml
··· 373 373 type: cid 374 374 description: "Hash of the operation, in string CID format" 375 375 nullified: 376 - type: bool 376 + type: boolean 377 377 description: "Whether this operation is included in the current operation chain, or has been overridden" 378 378 createdAt: 379 379 type: string