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": "Totam reprehenderit vero hic vel voluptatem sit perspiciatis unde sit."
},
"description": {
"en": "Consequatur aut sit doloribus velit culpa magnam. Sint repellat molestiae esse provident facere et. Et optio libero expedita eum eum quidem autem."
},
"url": {
"en": "http://www.runolfsdottir.com/"
}
}