Fields when send to the api inside a request.
Field | Type | Description |
---|---|---|
title | [Language: String] | Title of the page |
description | [Language: String] | Description of the page |
url | [Language: String] | URL of the page |
Fields when returned by the api in a response.
Field | Type | Description |
---|---|---|
title | [Language: String] | Title of the page |
description | [Language: String] | Description of the page |
url | [Language: String] | URL of the page |
{
"title": {
"en": "Sed maxime sit deleniti aspernatur consequatur debitis nesciunt sed voluptatem corrupti."
},
"description": {
"en": "Quae harum placeat voluptates quod minus beatae eum. Quisquam et expedita facere quo explicabo voluptate. Omnis voluptates repellat accusantium ipsa."
},
"url": {
"en": "http://koelpin.info/odio-rem-velit-excepturi-veniam-dolor.html"
}
}