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": "Hic qui quos eum et voluptas sit unde quam numquam veritatis."
},
"description": {
"en": "Voluptas harum atque maxime consequatur ut. Iusto quam beatae minima fugit molestiae. Expedita possimus veritatis velit ad. Enim culpa repellendus nesciunt qui dignissimos omnis nihil nihil."
},
"url": {
"en": "http://www.kreiger.info/quo-itaque-magnam-eius-aut-quos"
}
}