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": "Cumque dolor velit animi assumenda officia sequi et odit."
},
"description": {
"en": "Sunt at iste iusto consequatur eos neque beatae. Inventore eum voluptas quaerat similique delectus voluptatem. Et vero omnis rerum voluptate. Non tempore aliquam eos officia ea aperiam eum."
},
"url": {
"en": "http://www.johnson.org/in-deleniti-quibusdam-asperiores-molestiae.html"
}
}