mdouchement / standardfile

Yet Another Standardfile (standardnotes server) Implementation written in Golang
MIT License
80 stars 9 forks source link

Support POST /v1/items/check-integrity #75

Open mdouchement opened 2 years ago

mdouchement commented 2 years ago

POST /v1/items/check-integrity

{
    "integrityPayloads": [
        {
            "uuid": "a19606e7-5838-4c7f-9641-93ffdcacf3c2"
        }
    ]
}

https://github.com/standardnotes/standalone does not support yet this feature.