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": "A vel dolores quia assumenda voluptatum recusandae aut non."
},
"description": {
"en": "Nemo sequi ipsam eos. Et excepturi facilis laudantium omnis. Reprehenderit sit quaerat culpa totam. Quibusdam ipsa iure inventore laudantium voluptates."
},
"url": {
"en": "http://rosenbaum.com/aut-omnis-expedita-nihil.html"
}
}