Download OpenAPI specification:
| username required | string |
| password required | string |
| remember_me | boolean Default: false |
{- "username": "string",
- "password": "string",
- "remember_me": false
}{- "success": true,
- "message": "string"
}| last_last_edited_at | string <date-time> Filter entries by the last edited date |
[- {
- "Path": "string",
- "Title": "string",
- "Body": "string",
- "Visibility": "string",
- "Format": "string",
- "PublishedAt": "2019-08-24T14:15:22Z",
- "LastEditedAt": "2019-08-24T14:15:22Z",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ImageUrl": "string"
}
]{- "Path": "string",
- "Title": "string",
- "Body": "string",
- "Visibility": "string",
- "Format": "string",
- "PublishedAt": "2019-08-24T14:15:22Z",
- "LastEditedAt": "2019-08-24T14:15:22Z",
- "CreatedAt": "2019-08-24T14:15:22Z",
- "UpdatedAt": "2019-08-24T14:15:22Z",
- "ImageUrl": "string"
}| path required | string The path of the entry to update |
| body required | string The new content of the entry |
{- "body": "string"
}{- "message": "string"
}{- "newLinks": [
- "string"
], - "links": [
- {
- "path": "string",
- "title": "string",
- "body": "string",
- "visibility": "string",
- "format": "string",
- "imageUrl": "string"
}
], - "twohops": [
- {
- "src": {
- "path": "string",
- "title": "string",
- "body": "string",
- "visibility": "string",
- "format": "string",
- "imageUrl": "string",
- "dstTitle": "string"
}, - "links": [
- {
- "path": "string",
- "title": "string",
- "body": "string",
- "visibility": "string",
- "format": "string",
- "imageUrl": "string"
}
]
}
]
}| path required | string The path of the entry to update |
| title required | string The new title for the entry |
{- "title": "string"
}{- "message": "string"
}| path required | string The path of the entry to update visibility |
| visibility required | string The new visibility status for the entry |
{- "visibility": "string"
}{- "visibility": "string"
}{
}