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": "Nihil dolor soluta velit qui magnam occaecati."
},
"description": {
"en": "Et magnam omnis ad consequatur sed tempore. Non ea sed fugiat vitae occaecati aut illo. Laudantium quo non et occaecati velit quis enim cum."
},
"url": {
"en": "http://schmitt.com/"
}
}