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": "Omnis voluptatum animi odit eaque suscipit libero."
},
"description": {
"en": "Itaque temporibus sequi exercitationem. Illo molestias quis nobis iure labore ipsam qui. Et quas laudantium odit deserunt."
},
"url": {
"en": "https://www.leannon.com/quia-voluptas-ab-vel-neque-qui-corrupti"
}
}