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": "Voluptas ea debitis ea quisquam a corporis incidunt earum error."
},
"description": {
"en": "Beatae occaecati consequatur illum mollitia aut quas. Labore consequatur harum aliquam rerum distinctio molestiae."
},
"url": {
"en": "http://www.spencer.info/vel-minima-exercitationem-incidunt-tempora"
}
}