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: URL] | 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: URL] | URL of the page |
{
"title": {
"en": "Laboriosam officiis repudiandae vel rerum repellendus aut."
},
"description": {
"en": "Et laboriosam dolorem est est omnis unde. Temporibus esse et laborum pariatur. Corrupti aspernatur aut ut minima porro qui quo."
},
"url": {
"en": "http://www.gleason.com/"
}
}