We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PUT /about Auth -> admin, staff { "text": String // markdown } HTTP/1.1 200 OK { "_id": String, "updated": Date, "text": String }
GET /about HTTP/1.1 200 OK { "_id": String, "text": String, "updated": Date }