Input WYSIWYG: Updated API examples to align with changes

This commit is contained in:
Dan Brown
2023-12-22 14:37:48 +00:00
parent 2a7a81e749
commit fb3cfaf7c7
12 changed files with 81 additions and 36 deletions

View File

@@ -1,15 +1,16 @@
{
"id": 74,
"id": 668,
"book_id": 1,
"slug": "my-fantastic-new-chapter",
"name": "My fantastic new chapter",
"description": "This is a great new chapter that I've created via the API",
"priority": 15,
"created_at": "2023-12-22T14:26:28.000000Z",
"updated_at": "2023-12-22T14:26:28.000000Z",
"created_by": 1,
"updated_by": 1,
"owned_by": 1,
"updated_at": "2020-05-22T22:59:55.000000Z",
"created_at": "2020-05-22T22:59:55.000000Z",
"description_html": "<p>This is a <strong>great new chapter<\/strong> that I've created via the API<\/p>",
"tags": [
{
"name": "Category",
@@ -19,7 +20,7 @@
{
"name": "Rating",
"value": "Highest",
"order": 1
"order": 0
}
]
}