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": "Ratione possimus doloremque deleniti vero et ea."
},
"description": {
"en": "Totam non perferendis dolorem voluptatem suscipit. Est veniam et nulla. Rerum id accusamus dolorem error."
},
"url": {
"en": "https://ward.com/enim-ad-ad-error-sunt-fugit.html"
}
}