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": "Est veniam culpa modi assumenda dolore et nemo voluptatum officiis quos."
},
"description": {
"en": "Nostrum aperiam corporis laudantium minima. Et facilis dolorem officia enim nostrum voluptate possimus. Placeat necessitatibus eum omnis deserunt sit provident dolores dicta."
},
"url": {
"en": "http://erdman.biz/placeat-velit-quia-fugit-sed.html"
}
}