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": "Provident et esse tempora blanditiis voluptatibus ea et sunt voluptatibus ut."
},
"description": {
"en": "Enim ut iure consequatur. Recusandae voluptatem voluptas aut dolorem nam est officia. Quaerat ut assumenda exercitationem quisquam."
},
"url": {
"en": "http://www.wisoky.net/quod-tenetur-sit-harum-eaque"
}
}