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": "Consequatur est odio repudiandae debitis et ea."
},
"description": {
"en": "Eius iure tempore est id nam rerum voluptatem. Temporibus tempore fugiat nobis doloremque sit. Repellendus commodi voluptatem deserunt perspiciatis enim."
},
"url": {
"en": "http://www.graham.com/facilis-laborum-eum-ea-harum-esse-ut.html"
}
}