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": "Vel repellat blanditiis qui ratione sunt quidem ipsum iure."
},
"description": {
"en": "Deleniti sed et veritatis eos rerum. Soluta molestiae quas adipisci. Aliquid consequatur amet ad odio magni odit."
},
"url": {
"en": "https://www.huel.com/voluptates-laudantium-praesentium-nostrum-distinctio-in"
}
}