Order Allow,Deny
Deny from all
Order allow,deny
Allow from all
Order Allow,Deny
Deny from all
Order allow,deny
Allow from all
{
"name": "MarineChef",
"description": "MarineChef Productos marinados",
"url": "https:\/\/marinechef.com",
"home": "https:\/\/marinechef.com\/es",
"gmt_offset": "0",
"timezone_string": "",
"namespaces": [
"oembed\/1.0",
"akismet\/v1",
"contact-form-7\/v1",
"jetpack\/v4",
"redirection\/v1",
"templately\/v1",
"yoast\/v1",
"wpcom\/v2",
"jetpack\/v4\/stats-app",
"elementor\/v1",
"wpcom\/v3",
"my-jetpack\/v1",
"jetpack-boost\/v1",
"jetpack\/v4\/blaze-app",
"jetpack\/v4\/blaze",
"astra\/v1",
"elementor-pro\/v1",
"facetwp\/v1",
"wp\/v2",
"wp-site-health\/v1",
"wp-block-editor\/v1"
],
"authentication": {
"application-passwords": {
"endpoints": {
"authorization": "https:\/\/marinechef.com\/wp-admin\/authorize-application.php"
}
}
},
"routes": {
"\/": {
"namespace": "",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/"
}
]
}
},
"\/batch\/v1": {
"namespace": "",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"validation": {
"type": "string",
"enum": [
"require-all-validate",
"normal"
],
"default": "normal",
"required": false
},
"requests": {
"type": "array",
"maxItems": 25,
"items": {
"type": "object",
"properties": {
"method": {
"type": "string",
"enum": [
"POST",
"PUT",
"PATCH",
"DELETE"
],
"default": "POST"
},
"path": {
"type": "string",
"required": true
},
"body": {
"type": "object",
"properties": [],
"additionalProperties": true
},
"headers": {
"type": "object",
"properties": [],
"additionalProperties": {
"type": [
"string",
"array"
],
"items": {
"type": "string"
}
}
}
}
},
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/batch\/v1"
}
]
}
},
"\/oembed\/1.0": {
"namespace": "oembed\/1.0",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "oembed\/1.0",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/oembed\/1.0"
}
]
}
},
"\/oembed\/1.0\/embed": {
"namespace": "oembed\/1.0",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"description": "La URL del recurso del que recuperar los datos oEmbed.",
"type": "string",
"format": "uri",
"required": true
},
"format": {
"default": "json",
"required": false
},
"maxwidth": {
"default": 600,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/oembed\/1.0\/embed"
}
]
}
},
"\/oembed\/1.0\/proxy": {
"namespace": "oembed\/1.0",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"description": "La URL del recurso del que recuperar los datos oEmbed.",
"type": "string",
"format": "uri",
"required": true
},
"format": {
"description": "El formato oEmbed a utilizar.",
"type": "string",
"default": "json",
"enum": [
"json",
"xml"
],
"required": false
},
"maxwidth": {
"description": "La anchura m\u00e1xima del marco de incrustaci\u00f3n en p\u00edxeles.",
"type": "integer",
"default": 600,
"required": false
},
"maxheight": {
"description": "La altura m\u00e1xima del marco de incrustaci\u00f3n en p\u00edxeles.",
"type": "integer",
"required": false
},
"discover": {
"description": "Si se realizar\u00e1 una petici\u00f3n de descubrimiento de oEmbed para proveedores no sancionados.",
"type": "boolean",
"default": true,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/oembed\/1.0\/proxy"
}
]
}
},
"\/akismet\/v1": {
"namespace": "akismet\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "akismet\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/akismet\/v1"
}
]
}
},
"\/akismet\/v1\/key": {
"namespace": "akismet\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"key": {
"type": "string",
"description": "Una clave de la API de Akismet de 12 caracteres. Disponible en akismet.com\/get\/",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/akismet\/v1\/key"
}
]
}
},
"\/akismet\/v1\/settings": {
"namespace": "akismet\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"akismet_strictness": {
"type": "boolean",
"description": "Si est\u00e1 en true, Akismet desechar\u00e1 autom\u00e1ticamente el peor spam en vez de ponerlo en la carpeta de spam.",
"required": false
},
"akismet_show_user_comments_approved": {
"type": "boolean",
"description": "Si est\u00e1 en true, muestra el n\u00famero de comentarios junto al autor de cada comentario en la p\u00e1gina de la lista de comentarios.",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/akismet\/v1\/settings"
}
]
}
},
"\/akismet\/v1\/stats": {
"namespace": "akismet\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"interval": {
"type": "string",
"description": "El periodo de tiempo del que quieres estad\u00edsticas. Opciones: 60 d\u00edas, 6 meses, todo",
"default": "all",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/akismet\/v1\/stats"
}
]
}
},
"\/akismet\/v1\/stats\/(?P[\\w+])": {
"namespace": "akismet\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"interval": {
"description": "El periodo de tiempo del que quieres estad\u00edsticas. Opciones: 60 d\u00edas, 6 meses, todo",
"type": "string",
"required": false
}
}
}
]
},
"\/akismet\/v1\/alert": {
"namespace": "akismet\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"key": {
"type": "string",
"description": "Una clave de la API de Akismet de 12 caracteres. Disponible en akismet.com\/get\/",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"key": {
"type": "string",
"description": "Una clave de la API de Akismet de 12 caracteres. Disponible en akismet.com\/get\/",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"key": {
"type": "string",
"description": "Una clave de la API de Akismet de 12 caracteres. Disponible en akismet.com\/get\/",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/akismet\/v1\/alert"
}
]
}
},
"\/contact-form-7\/v1": {
"namespace": "contact-form-7\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "contact-form-7\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/contact-form-7\/v1"
}
]
}
},
"\/contact-form-7\/v1\/contact-forms": {
"namespace": "contact-form-7\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/contact-form-7\/v1\/contact-forms"
}
]
}
},
"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)": {
"namespace": "contact-form-7\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
},
{
"methods": [
"DELETE"
],
"args": []
}
]
},
"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)\/feedback": {
"namespace": "contact-form-7\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
]
},
"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)\/feedback\/schema": {
"namespace": "contact-form-7\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/contact-form-7\/v1\/contact-forms\/(?P\\d+)\/refill": {
"namespace": "contact-form-7\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "jetpack\/v4",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4"
}
]
}
},
"\/jetpack\/v4\/backup-helper-script": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"DELETE"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"helper": {
"description": "El cuerpo del script de ayuda de la copia de seguridad se ha codificado en base64.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"path": {
"description": "Ruta de acceso al script de ayuda de la copia de seguridad",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/backup-helper-script"
}
]
}
},
"\/jetpack\/v4\/database-object\/backup": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"object_type": {
"description": "Tipo de objeto que quieras recuperar de la base de datos",
"required": true
},
"object_id": {
"description": "ID del objeto de la base de datos que quieras recuperar",
"type": "integer",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/database-object\/backup"
}
]
}
},
"\/jetpack\/v4\/options\/backup": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"name": {
"description": "Uno o varios nombres de opciones que quieras incluir en la copia de seguridad",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/options\/backup"
}
]
}
},
"\/jetpack\/v4\/comments\/(?P\\d+)\/backup": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/posts\/(?P\\d+)\/backup": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/terms\/(?P\\d+)\/backup": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/users\/(?P\\d+)\/backup": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/site\/backup\/undo-event": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/backup\/undo-event"
}
]
}
},
"\/jetpack\/v4\/jetpack-ai-jwt": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/jetpack-ai-jwt"
}
]
}
},
"\/jetpack\/v4\/plans": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/plans"
}
]
}
},
"\/jetpack\/v4\/products": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/products"
}
]
}
},
"\/jetpack\/v4\/marketing\/survey": {
"namespace": "jetpack\/v4",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/marketing\/survey"
}
]
}
},
"\/jetpack\/v4\/connection\/test": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/test"
}
]
}
},
"\/jetpack\/v4\/connection\/test-wpcom": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/test-wpcom"
}
]
}
},
"\/jetpack\/v4\/rewind": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/rewind"
}
]
}
},
"\/jetpack\/v4\/scan": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/scan"
}
]
}
},
"\/jetpack\/v4\/connection\/url": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"from": {
"type": "string",
"required": false
},
"redirect": {
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/url"
}
]
}
},
"\/jetpack\/v4\/tracking\/settings": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"tracks_opt_out": {
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/tracking\/settings"
}
]
}
},
"\/jetpack\/v4\/connection\/user": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/user"
}
]
}
},
"\/jetpack\/v4\/site": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site"
}
]
}
},
"\/jetpack\/v4\/site\/features": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/features"
}
]
}
},
"\/jetpack\/v4\/site\/products": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/products"
}
]
}
},
"\/jetpack\/v4\/site\/purchases": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/purchases"
}
]
}
},
"\/jetpack\/v4\/site\/benefits": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/benefits"
}
]
}
},
"\/jetpack\/v4\/site\/activity": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/activity"
}
]
}
},
"\/jetpack\/v4\/module\/all": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/module\/all"
}
]
}
},
"\/jetpack\/v4\/module\/all\/active": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"modules": {
"default": "",
"type": "array",
"items": {
"type": "string"
},
"required": true
},
"active": {
"default": true,
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/module\/all\/active"
}
]
}
},
"\/jetpack\/v4\/module\/(?P[a-z\\-]+)": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"context": {
"default": "edit",
"required": false
},
"jetpack_blocks_disabled": {
"description": "Los bloques de Jetpack est\u00e1n desactivados.",
"type": "boolean",
"default": false,
"required": false
},
"carousel_background_color": {
"description": "Esquema de color.",
"type": "string",
"default": "black",
"enum": [
"black",
"white"
],
"required": false
},
"carousel_display_exif": {
"description": "Mostrar los datos meta de foto (Exif<\/a>) en el carrusel, cuando est\u00e9n disponibles.",
"type": "boolean",
"default": 0,
"required": false
},
"carousel_display_comments": {
"description": "Mostrar el \u00e1rea de comentarios en el carrusel",
"type": "boolean",
"default": 1,
"required": false
},
"highlander_comment_form_prompt": {
"description": "Texto de bienvenida",
"type": "string",
"default": "Deja un comentario",
"required": false
},
"jetpack_comment_form_color_scheme": {
"description": "Esquema de color",
"type": "string",
"default": "light",
"enum": [
"light",
"dark",
"transparent"
],
"required": false
},
"jetpack_portfolio": {
"description": "Activar o desactivar el tipo de entrada Portfolio de Jetpack.",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_portfolio_posts_per_page": {
"description": "N\u00famero de entradas m\u00e1ximo a mostrar en la p\u00e1ginas de Portfolio.",
"type": "integer",
"default": 10,
"required": false
},
"jetpack_testimonial": {
"description": "Activar o desactivar el tipo de contenido recomendaci\u00f3n de Jetpack.",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_testimonial_posts_per_page": {
"description": "N\u00famero de entradas a mostrar como mucho en las p\u00e1ginas de recomendaciones.",
"type": "integer",
"default": 10,
"required": false
},
"jetpack_waf_automatic_rules": {
"description": "Activar reglas autom\u00e1ticas: utiliza las reglas de seguridad autom\u00e1ticas para proteger tu sitio contra fuentes de tr\u00e1fico no fiables.",
"type": "boolean",
"default": false,
"required": false
},
"jetpack_waf_ip_list": {
"description": "Lista de permitidos o bloqueados: bloquea o permite una IP de solicitud concreta.",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_waf_ip_block_list": {
"description": "Direcciones IP bloqueadas",
"type": "string",
"default": "",
"required": false
},
"jetpack_waf_ip_allow_list": {
"description": "Direcciones IP siempre permitidas",
"type": "string",
"default": "",
"required": false
},
"jetpack_waf_share_data": {
"description": "Compartir datos con Jetpack.",
"type": "boolean",
"default": 0,
"required": false
},
"tiled_galleries": {
"description": "Mostrar todas las fotos de tu galer\u00eda en un mosaico moderno.",
"type": "boolean",
"default": 0,
"required": false
},
"gravatar_disable_hovercards": {
"description": "Muestra los perfiles de la gente cuando pasas el rat\u00f3n por encima de sus gravatares",
"type": "string",
"default": "enabled",
"enum": [
"enabled",
"disabled"
],
"required": false
},
"infinite_scroll": {
"description": "Hasta el infinito y m\u00e1s all\u00e1",
"type": "boolean",
"default": 1,
"required": false
},
"infinite_scroll_google_analytics": {
"description": "Utiliza Google Analytics con scroll infinito",
"type": "boolean",
"default": 0,
"required": false
},
"wpl_default": {
"description": "Los \u00abMe gusta\u00bb de WordPress.com est\u00e1n",
"type": "string",
"default": "on",
"enum": [
"on",
"off"
],
"required": false
},
"social_notifications_like": {
"description": "Enviar un aviso por correo electr\u00f3nico cuando a alguien le gusta una entrada",
"type": "boolean",
"default": 1,
"required": false
},
"wpcom_publish_comments_with_markdown": {
"description": "Usar Markdown en los comentarios.",
"type": "boolean",
"default": 0,
"required": false
},
"wpcom_publish_posts_with_markdown": {
"description": "Usar Markdown en las entradas.",
"type": "boolean",
"default": 0,
"required": false
},
"monitor_receive_notifications": {
"description": "Recibe avisos por correo electr\u00f3nico del supervisor.",
"type": "boolean",
"default": 0,
"required": false
},
"post_by_email_address": {
"description": "Direcci\u00f3n de correo electr\u00f3nico",
"type": "string",
"default": "noop",
"enum": [
"noop",
"create",
"regenerate",
"delete"
],
"required": false
},
"jetpack_protect_key": {
"description": "Clave de API de Protect",
"type": "string",
"default": "",
"required": false
},
"jetpack_protect_global_whitelist": {
"description": "Proteger la lista de IP permitidas global",
"type": "string",
"default": "",
"required": false
},
"sharing_services": {
"description": "Los servicios que est\u00e1n activos y los que est\u00e1n ocultos tras un bot\u00f3n",
"type": "object",
"default": {
"visible": [
"facebook",
"x"
],
"hidden": []
},
"required": false
},
"button_style": {
"description": "Estilo del bot\u00f3n",
"type": "string",
"default": "icon",
"enum": [
"icon-text",
"icon",
"text",
"official"
],
"required": false
},
"sharing_label": {
"description": "Etiqueta de Compartir",
"type": "string",
"default": "",
"required": false
},
"show": {
"description": "Ver donde se muestran los botones",
"type": "array",
"items": {
"type": "string"
},
"default": [
"post"
],
"required": false
},
"jetpack-twitter-cards-site-tag": {
"description": "El nombre de usuario de Twitter del due\u00f1o del dominio de este sitio.",
"type": "string",
"default": "",
"required": false
},
"sharedaddy_disable_resources": {
"description": "Desactiva CSS y JS",
"type": "boolean",
"default": 0,
"required": false
},
"custom": {
"description": "Servicios de compartir personalizados a\u00f1adidos por el usuario.",
"type": "object",
"default": {
"sharing_name": "",
"sharing_url": "",
"sharing_icon": ""
},
"required": false
},
"sharing_delete_service": {
"description": "Borrar servicio de compartir personalizado.",
"type": "string",
"default": "",
"required": false
},
"jetpack_sso_require_two_step": {
"description": "La autentificaci\u00f3n en dos pasos es obligatoria",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_sso_match_by_email": {
"description": "Correspondencia por correo electr\u00f3nico",
"type": "boolean",
"default": 1,
"required": false
},
"stb_enabled": {
"description": "Mostrar la opci\u00f3n <em>\u00abseguir el blog\u00bb<\/em> en el formulario de comentarios",
"type": "boolean",
"default": 1,
"required": false
},
"stc_enabled": {
"description": "Mostrar la opci\u00f3n <em>\u00abseguir los comentarios\u00bb<\/em> en el formulario de comentarios",
"type": "boolean",
"default": 1,
"required": false
},
"sm_enabled": {
"description": "Muestra una ventana emergente modal de suscripci\u00f3n a los lectores.",
"type": "boolean",
"default": 0,
"required": false
},
"social_notifications_subscribe": {
"description": "Enviar un aviso por correo electr\u00f3nico cuando a alguien sigue mi blog",
"type": "boolean",
"default": 0,
"required": false
},
"show_headline": {
"description": "Destacar contenido relacionado con un encabezado",
"type": "boolean",
"default": 1,
"required": false
},
"show_thumbnails": {
"description": "Mostrar una imagen en miniatura donde est\u00e9 disponible",
"type": "boolean",
"default": 0,
"required": false
},
"instant_search_enabled": {
"description": "Activar b\u00fasqueda instant\u00e1nea",
"type": "boolean",
"default": 0,
"required": false
},
"has_jetpack_search_product": {
"description": "Tiene una compra de producto de Jetpack Search",
"type": "boolean",
"default": 0,
"required": false
},
"search_auto_config": {
"description": "Lanza una configuraci\u00f3n autom\u00e1tica de b\u00fasqueda instant\u00e1nea",
"type": "boolean",
"default": 0,
"required": false
},
"google": {
"description": "Consolas de Google Search",
"type": "string",
"default": "",
"required": false
},
"bing": {
"description": "Centro de Webmaster de Bing",
"type": "string",
"default": "",
"required": false
},
"pinterest": {
"description": "Verificaci\u00f3n de sitio de Pinterest",
"type": "string",
"default": "",
"required": false
},
"yandex": {
"description": "Verificaci\u00f3n de sitio en Yandex",
"type": "string",
"default": "",
"required": false
},
"facebook": {
"description": "Verificaci\u00f3n del dominio en Facebook",
"type": "string",
"default": "",
"required": false
},
"enable_header_ad": {
"description": "Muestra un anuncio en la parte superior de cada p\u00e1gina.",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_approved": {
"description": "\u00bfEst\u00e1 el sitio aprobado en WordAds?",
"type": "boolean",
"default": 0,
"required": false
},
"wordads_second_belowpost": {
"description": "\u00bfMostrar un segundo anuncio bajo la entrada?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_front_page": {
"description": "\u00bfMostrar anuncios en portada?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_post": {
"description": "\u00bfMostrar anuncios en las entradas?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_page": {
"description": "\u00bfMostrar anuncios en las p\u00e1ginas?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_archive": {
"description": "\u00bfMostrar anuncios en las p\u00e1ginas de archivo?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_custom_adstxt_enabled": {
"description": "Ads.txt personalizado",
"type": "boolean",
"default": 0,
"required": false
},
"wordads_custom_adstxt": {
"description": "Entradas en ads.txt personalizadas",
"type": "string",
"default": "",
"required": false
},
"wordads_ccpa_enabled": {
"description": "Activar compatibilidad con el acta de privacidad del consumidor de California",
"type": "boolean",
"default": 0,
"required": false
},
"wordads_ccpa_privacy_policy_url": {
"description": "URL de pol\u00edtica de privacidad",
"type": "string",
"default": "",
"required": false
},
"google_analytics_tracking_id": {
"description": "Google Analytics",
"type": "string",
"default": "",
"required": false
},
"admin_bar": {
"description": "Incluye una peque\u00f1a gr\u00e1fica en tu barra de administraci\u00f3n con una captura del tr\u00e1fico de las \u00faltimas 48 horas.",
"type": "boolean",
"default": 1,
"required": false
},
"enable_odyssey_stats": {
"description": "Previsualiza la nueva experiencia de estad\u00edsticas de Jetpack (experimental).",
"type": "boolean",
"default": 1,
"required": false
},
"roles": {
"description": "Selecciona los roles que podrán ver los informes de estadísticas.",
"type": "array",
"items": {
"type": "string"
},
"default": [
"administrator"
],
"required": false
},
"count_roles": {
"description": "Cuenta las páginas vista de los usuarios registrados logueados.",
"type": "array",
"items": {
"type": "string"
},
"default": [
"administrator"
],
"required": false
},
"blog_id": {
"description": "ID del blog.",
"type": "boolean",
"default": 0,
"required": false
},
"do_not_track": {
"description": "No rastrear.",
"type": "boolean",
"default": 1,
"required": false
},
"version": {
"description": "Versi\u00f3n.",
"type": "integer",
"default": 9,
"required": false
},
"collapse_nudges": {
"description": "Cerrar los avisos de actualizaci\u00f3n",
"type": "boolean",
"default": 0,
"required": false
},
"wpcom_reader_views_enabled": {
"description": "Mostrar vistas de entradas en el lector de WordPress.com.",
"type": "boolean",
"default": 1,
"required": false
},
"akismet_show_user_comments_approved": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"wordpress_api_key": {
"description": "",
"type": "string",
"default": "",
"required": false
},
"dismiss_empty_stats_card": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"dismiss_dash_backup_getting_started": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"dismiss_dash_agencies_learn_more": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"lang_id": {
"description": "Idioma principal del sitio.",
"type": "string",
"default": "en_US",
"required": false
},
"onboarding": {
"description": "",
"type": "object",
"default": {
"siteTitle": "",
"siteDescription": "",
"siteType": "personal",
"homepageFormat": "posts",
"addContactForm": 0,
"businessAddress": {
"name": "",
"street": "",
"city": "",
"state": "",
"zip": ""
},
"installWooCommerce": false
},
"required": false
},
"advanced_seo_front_page_description": {
"description": "Descripci\u00f3n de metadatos de la p\u00e1gina de inicio.",
"type": "string",
"default": "",
"required": false
},
"advanced_seo_title_formats": {
"description": "Estructuras de t\u00edtulos de p\u00e1gina de SEO.",
"type": "object",
"default": {
"archives": [],
"front_page": [],
"groups": [],
"pages": [],
"posts": []
},
"required": false
},
"videopress_private_enabled_for_site": {
"description": "Privacidad de v\u00eddeo: Restringe la visualizaci\u00f3n a los miembros de este sitio",
"type": "boolean",
"default": 0,
"required": false
},
"blaze": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"carousel": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"comment-likes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"comments": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"contact-form": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"copy-post": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"custom-content-types": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"custom-css": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"enhanced-distribution": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"google-analytics": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"google-fonts": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"gravatar-hovercards": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"infinite-scroll": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"json-api": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"latex": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"likes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"markdown": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"masterbar": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"monitor": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"notes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"photon-cdn": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"photon": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"post-by-email": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"post-list": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"protect": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"publicize": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"related-posts": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"search": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"seo-tools": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"sharedaddy": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"shortcodes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"shortlinks": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"sitemaps": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"sso": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"stats": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"subscriptions": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"tiled-gallery": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"vaultpress": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"verification-tools": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"videopress": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"waf": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"widget-visibility": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"widgets": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"woocommerce-analytics": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"wordads": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
}
}
}
]
},
"\/jetpack\/v4\/module\/(?P[a-z\\-]+)\/active": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"active": {
"default": true,
"type": "boolean",
"required": true
}
}
}
]
},
"\/jetpack\/v4\/module\/(?P[a-z\\-]+)\/data": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"range": {
"default": "day",
"type": "string",
"required": false
}
}
}
]
},
"\/jetpack\/v4\/module\/(?P[a-z\\-]+)\/key\/check": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"api_key": {
"default": "",
"type": "string",
"required": false
}
}
}
]
},
"\/jetpack\/v4\/settings": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH",
"GET"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"context": {
"default": "edit",
"required": false
},
"jetpack_blocks_disabled": {
"description": "Los bloques de Jetpack est\u00e1n desactivados.",
"type": "boolean",
"default": false,
"required": false
},
"carousel_background_color": {
"description": "Esquema de color.",
"type": "string",
"default": "black",
"enum": [
"black",
"white"
],
"required": false
},
"carousel_display_exif": {
"description": "Mostrar los datos meta de foto (Exif<\/a>) en el carrusel, cuando est\u00e9n disponibles.",
"type": "boolean",
"default": 0,
"required": false
},
"carousel_display_comments": {
"description": "Mostrar el \u00e1rea de comentarios en el carrusel",
"type": "boolean",
"default": 1,
"required": false
},
"highlander_comment_form_prompt": {
"description": "Texto de bienvenida",
"type": "string",
"default": "Deja un comentario",
"required": false
},
"jetpack_comment_form_color_scheme": {
"description": "Esquema de color",
"type": "string",
"default": "light",
"enum": [
"light",
"dark",
"transparent"
],
"required": false
},
"jetpack_portfolio": {
"description": "Activar o desactivar el tipo de entrada Portfolio de Jetpack.",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_portfolio_posts_per_page": {
"description": "N\u00famero de entradas m\u00e1ximo a mostrar en la p\u00e1ginas de Portfolio.",
"type": "integer",
"default": 10,
"required": false
},
"jetpack_testimonial": {
"description": "Activar o desactivar el tipo de contenido recomendaci\u00f3n de Jetpack.",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_testimonial_posts_per_page": {
"description": "N\u00famero de entradas a mostrar como mucho en las p\u00e1ginas de recomendaciones.",
"type": "integer",
"default": 10,
"required": false
},
"jetpack_waf_automatic_rules": {
"description": "Activar reglas autom\u00e1ticas: utiliza las reglas de seguridad autom\u00e1ticas para proteger tu sitio contra fuentes de tr\u00e1fico no fiables.",
"type": "boolean",
"default": false,
"required": false
},
"jetpack_waf_ip_list": {
"description": "Lista de permitidos o bloqueados: bloquea o permite una IP de solicitud concreta.",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_waf_ip_block_list": {
"description": "Direcciones IP bloqueadas",
"type": "string",
"default": "",
"required": false
},
"jetpack_waf_ip_allow_list": {
"description": "Direcciones IP siempre permitidas",
"type": "string",
"default": "",
"required": false
},
"jetpack_waf_share_data": {
"description": "Compartir datos con Jetpack.",
"type": "boolean",
"default": 0,
"required": false
},
"tiled_galleries": {
"description": "Mostrar todas las fotos de tu galer\u00eda en un mosaico moderno.",
"type": "boolean",
"default": 0,
"required": false
},
"gravatar_disable_hovercards": {
"description": "Muestra los perfiles de la gente cuando pasas el rat\u00f3n por encima de sus gravatares",
"type": "string",
"default": "enabled",
"enum": [
"enabled",
"disabled"
],
"required": false
},
"infinite_scroll": {
"description": "Hasta el infinito y m\u00e1s all\u00e1",
"type": "boolean",
"default": 1,
"required": false
},
"infinite_scroll_google_analytics": {
"description": "Utiliza Google Analytics con scroll infinito",
"type": "boolean",
"default": 0,
"required": false
},
"wpl_default": {
"description": "Los \u00abMe gusta\u00bb de WordPress.com est\u00e1n",
"type": "string",
"default": "on",
"enum": [
"on",
"off"
],
"required": false
},
"social_notifications_like": {
"description": "Enviar un aviso por correo electr\u00f3nico cuando a alguien le gusta una entrada",
"type": "boolean",
"default": 1,
"required": false
},
"wpcom_publish_comments_with_markdown": {
"description": "Usar Markdown en los comentarios.",
"type": "boolean",
"default": 0,
"required": false
},
"wpcom_publish_posts_with_markdown": {
"description": "Usar Markdown en las entradas.",
"type": "boolean",
"default": 0,
"required": false
},
"monitor_receive_notifications": {
"description": "Recibe avisos por correo electr\u00f3nico del supervisor.",
"type": "boolean",
"default": 0,
"required": false
},
"post_by_email_address": {
"description": "Direcci\u00f3n de correo electr\u00f3nico",
"type": "string",
"default": "noop",
"enum": [
"noop",
"create",
"regenerate",
"delete"
],
"required": false
},
"jetpack_protect_key": {
"description": "Clave de API de Protect",
"type": "string",
"default": "",
"required": false
},
"jetpack_protect_global_whitelist": {
"description": "Proteger la lista de IP permitidas global",
"type": "string",
"default": "",
"required": false
},
"sharing_services": {
"description": "Los servicios que est\u00e1n activos y los que est\u00e1n ocultos tras un bot\u00f3n",
"type": "object",
"default": {
"visible": [
"facebook",
"x"
],
"hidden": []
},
"required": false
},
"button_style": {
"description": "Estilo del bot\u00f3n",
"type": "string",
"default": "icon",
"enum": [
"icon-text",
"icon",
"text",
"official"
],
"required": false
},
"sharing_label": {
"description": "Etiqueta de Compartir",
"type": "string",
"default": "",
"required": false
},
"show": {
"description": "Ver donde se muestran los botones",
"type": "array",
"items": {
"type": "string"
},
"default": [
"post"
],
"required": false
},
"jetpack-twitter-cards-site-tag": {
"description": "El nombre de usuario de Twitter del due\u00f1o del dominio de este sitio.",
"type": "string",
"default": "",
"required": false
},
"sharedaddy_disable_resources": {
"description": "Desactiva CSS y JS",
"type": "boolean",
"default": 0,
"required": false
},
"custom": {
"description": "Servicios de compartir personalizados a\u00f1adidos por el usuario.",
"type": "object",
"default": {
"sharing_name": "",
"sharing_url": "",
"sharing_icon": ""
},
"required": false
},
"sharing_delete_service": {
"description": "Borrar servicio de compartir personalizado.",
"type": "string",
"default": "",
"required": false
},
"jetpack_sso_require_two_step": {
"description": "La autentificaci\u00f3n en dos pasos es obligatoria",
"type": "boolean",
"default": 0,
"required": false
},
"jetpack_sso_match_by_email": {
"description": "Correspondencia por correo electr\u00f3nico",
"type": "boolean",
"default": 1,
"required": false
},
"stb_enabled": {
"description": "Mostrar la opci\u00f3n <em>\u00abseguir el blog\u00bb<\/em> en el formulario de comentarios",
"type": "boolean",
"default": 1,
"required": false
},
"stc_enabled": {
"description": "Mostrar la opci\u00f3n <em>\u00abseguir los comentarios\u00bb<\/em> en el formulario de comentarios",
"type": "boolean",
"default": 1,
"required": false
},
"sm_enabled": {
"description": "Muestra una ventana emergente modal de suscripci\u00f3n a los lectores.",
"type": "boolean",
"default": 0,
"required": false
},
"social_notifications_subscribe": {
"description": "Enviar un aviso por correo electr\u00f3nico cuando a alguien sigue mi blog",
"type": "boolean",
"default": 0,
"required": false
},
"show_headline": {
"description": "Destacar contenido relacionado con un encabezado",
"type": "boolean",
"default": 1,
"required": false
},
"show_thumbnails": {
"description": "Mostrar una imagen en miniatura donde est\u00e9 disponible",
"type": "boolean",
"default": 0,
"required": false
},
"instant_search_enabled": {
"description": "Activar b\u00fasqueda instant\u00e1nea",
"type": "boolean",
"default": 0,
"required": false
},
"has_jetpack_search_product": {
"description": "Tiene una compra de producto de Jetpack Search",
"type": "boolean",
"default": 0,
"required": false
},
"search_auto_config": {
"description": "Lanza una configuraci\u00f3n autom\u00e1tica de b\u00fasqueda instant\u00e1nea",
"type": "boolean",
"default": 0,
"required": false
},
"google": {
"description": "Consolas de Google Search",
"type": "string",
"default": "",
"required": false
},
"bing": {
"description": "Centro de Webmaster de Bing",
"type": "string",
"default": "",
"required": false
},
"pinterest": {
"description": "Verificaci\u00f3n de sitio de Pinterest",
"type": "string",
"default": "",
"required": false
},
"yandex": {
"description": "Verificaci\u00f3n de sitio en Yandex",
"type": "string",
"default": "",
"required": false
},
"facebook": {
"description": "Verificaci\u00f3n del dominio en Facebook",
"type": "string",
"default": "",
"required": false
},
"enable_header_ad": {
"description": "Muestra un anuncio en la parte superior de cada p\u00e1gina.",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_approved": {
"description": "\u00bfEst\u00e1 el sitio aprobado en WordAds?",
"type": "boolean",
"default": 0,
"required": false
},
"wordads_second_belowpost": {
"description": "\u00bfMostrar un segundo anuncio bajo la entrada?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_front_page": {
"description": "\u00bfMostrar anuncios en portada?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_post": {
"description": "\u00bfMostrar anuncios en las entradas?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_page": {
"description": "\u00bfMostrar anuncios en las p\u00e1ginas?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_display_archive": {
"description": "\u00bfMostrar anuncios en las p\u00e1ginas de archivo?",
"type": "boolean",
"default": 1,
"required": false
},
"wordads_custom_adstxt_enabled": {
"description": "Ads.txt personalizado",
"type": "boolean",
"default": 0,
"required": false
},
"wordads_custom_adstxt": {
"description": "Entradas en ads.txt personalizadas",
"type": "string",
"default": "",
"required": false
},
"wordads_ccpa_enabled": {
"description": "Activar compatibilidad con el acta de privacidad del consumidor de California",
"type": "boolean",
"default": 0,
"required": false
},
"wordads_ccpa_privacy_policy_url": {
"description": "URL de pol\u00edtica de privacidad",
"type": "string",
"default": "",
"required": false
},
"google_analytics_tracking_id": {
"description": "Google Analytics",
"type": "string",
"default": "",
"required": false
},
"admin_bar": {
"description": "Incluye una peque\u00f1a gr\u00e1fica en tu barra de administraci\u00f3n con una captura del tr\u00e1fico de las \u00faltimas 48 horas.",
"type": "boolean",
"default": 1,
"required": false
},
"enable_odyssey_stats": {
"description": "Previsualiza la nueva experiencia de estad\u00edsticas de Jetpack (experimental).",
"type": "boolean",
"default": 1,
"required": false
},
"roles": {
"description": "Selecciona los roles que podrán ver los informes de estadísticas.",
"type": "array",
"items": {
"type": "string"
},
"default": [
"administrator"
],
"required": false
},
"count_roles": {
"description": "Cuenta las páginas vista de los usuarios registrados logueados.",
"type": "array",
"items": {
"type": "string"
},
"default": [
"administrator"
],
"required": false
},
"blog_id": {
"description": "ID del blog.",
"type": "boolean",
"default": 0,
"required": false
},
"do_not_track": {
"description": "No rastrear.",
"type": "boolean",
"default": 1,
"required": false
},
"version": {
"description": "Versi\u00f3n.",
"type": "integer",
"default": 9,
"required": false
},
"collapse_nudges": {
"description": "Cerrar los avisos de actualizaci\u00f3n",
"type": "boolean",
"default": 0,
"required": false
},
"wpcom_reader_views_enabled": {
"description": "Mostrar vistas de entradas en el lector de WordPress.com.",
"type": "boolean",
"default": 1,
"required": false
},
"akismet_show_user_comments_approved": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"wordpress_api_key": {
"description": "",
"type": "string",
"default": "",
"required": false
},
"dismiss_empty_stats_card": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"dismiss_dash_backup_getting_started": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"dismiss_dash_agencies_learn_more": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"lang_id": {
"description": "Idioma principal del sitio.",
"type": "string",
"default": "en_US",
"required": false
},
"onboarding": {
"description": "",
"type": "object",
"default": {
"siteTitle": "",
"siteDescription": "",
"siteType": "personal",
"homepageFormat": "posts",
"addContactForm": 0,
"businessAddress": {
"name": "",
"street": "",
"city": "",
"state": "",
"zip": ""
},
"installWooCommerce": false
},
"required": false
},
"advanced_seo_front_page_description": {
"description": "Descripci\u00f3n de metadatos de la p\u00e1gina de inicio.",
"type": "string",
"default": "",
"required": false
},
"advanced_seo_title_formats": {
"description": "Estructuras de t\u00edtulos de p\u00e1gina de SEO.",
"type": "object",
"default": {
"archives": [],
"front_page": [],
"groups": [],
"pages": [],
"posts": []
},
"required": false
},
"videopress_private_enabled_for_site": {
"description": "Privacidad de v\u00eddeo: Restringe la visualizaci\u00f3n a los miembros de este sitio",
"type": "boolean",
"default": 0,
"required": false
},
"blaze": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"carousel": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"comment-likes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"comments": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"contact-form": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"copy-post": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"custom-content-types": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"custom-css": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"enhanced-distribution": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"google-analytics": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"google-fonts": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"gravatar-hovercards": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"infinite-scroll": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"json-api": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"latex": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"likes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"markdown": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"masterbar": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"monitor": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"notes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"photon-cdn": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"photon": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"post-by-email": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"post-list": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"protect": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"publicize": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"related-posts": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"search": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"seo-tools": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"sharedaddy": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"shortcodes": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"shortlinks": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"sitemaps": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"sso": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"stats": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"subscriptions": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"tiled-gallery": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"vaultpress": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"verification-tools": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"videopress": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"waf": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"widget-visibility": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"widgets": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"woocommerce-analytics": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
},
"wordads": {
"description": "",
"type": "boolean",
"default": 0,
"required": false
}
}
},
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/settings"
}
]
}
},
"\/jetpack\/v4\/settings\/(?P[a-z\\-]+)": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"context": {
"default": "edit",
"required": false
}
}
}
]
},
"\/jetpack\/v4\/options\/(?P[a-z\\-]+)": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/updates\/plugins": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/updates\/plugins"
}
]
}
},
"\/jetpack\/v4\/notice\/(?P[a-z\\-_]+)": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/plugins": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": {
"slug": {
"type": "string",
"description": "Slug del plugin en el directorio WordPress.org.",
"pattern": "[\\w\\-]+",
"required": true
},
"status": {
"description": "Estado de activaci\u00f3n del plugin.",
"type": "string",
"enum": [
"inactive",
"active"
],
"default": "inactive",
"required": false
},
"source": {
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/plugins"
}
]
}
},
"\/jetpack\/v4\/plugins\/(?P[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"status": {
"type": "string",
"required": true
},
"source": {
"type": "string",
"required": false
}
}
}
]
},
"\/jetpack\/v4\/plugin\/(?P[a-z\\\/\\.\\-_]+)": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/widgets\/(?P[0-9a-z\\-_]+)": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/verify-site\/(?P[a-z\\-_]+)": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"keyring_id": {
"type": "integer",
"required": true
}
}
}
]
},
"\/jetpack\/v4\/verify-site\/(?P[a-z\\-_]+)\/(?[0-9]+)": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/recommendations\/data": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"data": {
"type": "object",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/recommendations\/data"
}
]
}
},
"\/jetpack\/v4\/recommendations\/step": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"step": {
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/recommendations\/step"
}
]
}
},
"\/jetpack\/v4\/recommendations\/product-suggestions": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/recommendations\/product-suggestions"
}
]
}
},
"\/jetpack\/v4\/recommendations\/upsell": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/recommendations\/upsell"
}
]
}
},
"\/jetpack\/v4\/recommendations\/conditional": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/recommendations\/conditional"
}
]
}
},
"\/jetpack\/v4\/site\/discount": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/site\/discount"
}
]
}
},
"\/jetpack\/v4\/jetpack_crm": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"extension": {
"type": "text",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/jetpack_crm"
}
]
}
},
"\/jetpack\/v4\/purchase-token": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/purchase-token"
}
]
}
},
"\/jetpack\/v4\/seen-wc-connection-modal": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/seen-wc-connection-modal"
}
]
}
},
"\/jetpack\/v4\/intro-offers": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/intro-offers"
}
]
}
},
"\/jetpack\/v4\/subscribers\/auth": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"redirect_url": {
"description": "La URL para redirigir.",
"type": "string",
"format": "uri",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/subscribers\/auth"
}
]
}
},
"\/jetpack\/v4\/licensing\/error": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"error": {
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/licensing\/error"
}
]
}
},
"\/jetpack\/v4\/licensing\/set-license": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"license": {
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/licensing\/set-license"
}
]
}
},
"\/jetpack\/v4\/licensing\/user\/licenses": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/licensing\/user\/licenses"
}
]
}
},
"\/jetpack\/v4\/licensing\/user\/counts": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/licensing\/user\/counts"
}
]
}
},
"\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"last_detached_count": {
"type": "integer",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss"
}
]
}
},
"\/jetpack\/v4\/licensing\/attach-licenses": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"licenses": {
"type": "array",
"items": {
"type": "string"
},
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/licensing\/attach-licenses"
}
]
}
},
"\/redirection\/v1": {
"namespace": "redirection\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "redirection\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1"
}
]
}
},
"\/redirection\/v1\/redirect": {
"namespace": "redirection\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"source",
"last_count",
"last_access",
"position",
"id",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"source",
"last_count",
"last_access",
"position",
"id",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/redirect"
}
]
}
},
"\/redirection\/v1\/redirect\/(?P[\\d]+)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/redirection\/v1\/redirect\/post": {
"namespace": "redirection\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"text": {
"description": "Text to match",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/redirect\/post"
}
]
}
},
"\/redirection\/v1\/bulk\/redirect\/(?Pdelete|enable|disable|reset)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"source",
"last_count",
"last_access",
"position",
"id",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
},
"global": {
"description": "Apply bulk action globally, as per filters",
"type": "boolean",
"required": false
},
"items": {
"description": "Array of IDs to perform action on",
"type": "array",
"items": {
"description": "Item ID",
"type": [
"string",
"number"
]
},
"required": false
}
}
}
]
},
"\/redirection\/v1\/group": {
"namespace": "redirection\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"name",
"id",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"name",
"id",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
},
"moduleId": {
"description": "Module ID",
"type": "integer",
"minimum": 0,
"maximum": 3,
"required": true
},
"name": {
"description": "Group name",
"type": "string",
"required": true
},
"status": {
"description": "Status of the group",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/group"
}
]
}
},
"\/redirection\/v1\/group\/(?P[\\d]+)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"moduleId": {
"description": "Module ID",
"type": "integer",
"minimum": 0,
"maximum": 3,
"required": true
},
"name": {
"description": "Group name",
"type": "string",
"required": true
},
"status": {
"description": "Status of the group",
"required": false
}
}
}
]
},
"\/redirection\/v1\/bulk\/group\/(?Pdelete|enable|disable)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"name",
"id",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
},
"items": {
"description": "Comma separated list of item IDs to perform action on",
"type": "array",
"items": {
"description": "Item ID",
"type": [
"string",
"number"
]
},
"required": false
}
}
}
]
},
"\/redirection\/v1\/log": {
"namespace": "redirection\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"url",
"ip",
"total",
"count",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/log"
}
]
}
},
"\/redirection\/v1\/bulk\/log\/(?Pdelete)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"url",
"ip",
"total",
"count",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
},
"items": {
"description": "Comma separated list of item IDs to perform action on",
"type": "array",
"items": {
"description": "Item ID",
"type": [
"string",
"number"
]
},
"required": false
}
}
}
]
},
"\/redirection\/v1\/404": {
"namespace": "redirection\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"url",
"ip",
"total",
"count",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/404"
}
]
}
},
"\/redirection\/v1\/bulk\/404\/(?Pdelete)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"filterBy": {
"description": "Field to filter by",
"required": false
},
"orderby": {
"description": "Field to order results by",
"type": "string",
"enum": [
"url",
"ip",
"total",
"count",
""
],
"required": false
},
"direction": {
"description": "Direction of ordered results",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"per_page": {
"description": "Number of results per page",
"type": "integer",
"default": 25,
"minimum": 5,
"maximum": 200,
"required": false
},
"page": {
"description": "Page offset",
"type": "integer",
"minimum": 0,
"default": 0,
"required": false
},
"items": {
"description": "Comma separated list of item IDs to perform action on",
"type": "array",
"items": {
"description": "Item ID",
"type": [
"string",
"number"
]
},
"required": false
}
}
}
]
},
"\/redirection\/v1\/setting": {
"namespace": "redirection\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/setting"
}
]
}
},
"\/redirection\/v1\/plugin": {
"namespace": "redirection\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"name": {
"description": "Name",
"type": "string",
"required": false
},
"value": {
"description": "Value",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/plugin"
}
]
}
},
"\/redirection\/v1\/plugin\/delete": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/plugin\/delete"
}
]
}
},
"\/redirection\/v1\/plugin\/test": {
"namespace": "redirection\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/plugin\/test"
}
]
}
},
"\/redirection\/v1\/plugin\/data": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"upgrade": {
"description": "Upgrade parameter",
"type": "string",
"enum": [
"stop",
"skip",
"retry"
],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/plugin\/data"
}
]
}
},
"\/redirection\/v1\/import\/file\/(?P\\d+)": {
"namespace": "redirection\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/redirection\/v1\/import\/plugin": {
"namespace": "redirection\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/redirection\/v1\/import\/plugin"
}
]
}
},
"\/redirection\/v1\/export\/(?P1|2|3|all)\/(?Pcsv|apache|nginx|json)": {
"namespace": "redirection\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/templately\/v1": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "templately\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1"
}
]
}
},
"\/templately\/v1\/conditions": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"template_id": {
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/conditions"
}
]
}
},
"\/templately\/v1\/check-conditions": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"template_id": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/check-conditions"
}
]
}
},
"\/templately\/v1\/save-conditions": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"template_id": {
"required": true
},
"conditions": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/save-conditions"
}
]
}
},
"\/templately\/v1\/autocomplete-condition": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"payload": {
"required": true
},
"query": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/autocomplete-condition"
}
]
}
},
"\/templately\/v1\/categories": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/categories"
}
]
}
},
"\/templately\/v1\/templateTypes": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/templateTypes"
}
]
}
},
"\/templately\/v1\/dependencies": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/dependencies"
}
]
}
},
"\/templately\/v1\/dependencies\/check": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/dependencies\/check"
}
]
}
},
"\/templately\/v1\/dependencies\/install": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/dependencies\/install"
}
]
}
},
"\/templately\/v1\/tags": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/tags"
}
]
}
},
"\/templately\/v1\/create-template": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"platform": {
"required": true
},
"type": {
"required": true
},
"title": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/create-template"
}
]
}
},
"\/templately\/v1\/items": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"type": {
"default": "items",
"required": false
},
"platform": {
"default": "elementor",
"required": false
},
"per_page": {
"default": 40,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/items"
}
]
}
},
"\/templately\/v1\/items\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"slug": {
"required": true
},
"type": {
"default": "block",
"required": false
}
}
}
]
},
"\/templately\/v1\/items\/search\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"keyword": {
"required": true
},
"platform": {
"default": "elementor",
"required": false
},
"query_type": {
"default": "block",
"required": false
}
}
}
]
},
"\/templately\/v1\/items\/favourite": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/items\/favourite"
}
]
}
},
"\/templately\/v1\/items\/rating": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/items\/rating"
}
]
}
},
"\/templately\/v1\/items-count": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/items-count"
}
]
}
},
"\/templately\/v1\/featured-items": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/featured-items"
}
]
}
},
"\/templately\/v1\/saved-templates": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/saved-templates"
}
]
}
},
"\/templately\/v1\/saved-templates\/delete": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/saved-templates\/delete"
}
]
}
},
"\/templately\/v1\/login": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/login"
}
]
}
},
"\/templately\/v1\/logout": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/logout"
}
]
}
},
"\/templately\/v1\/is-signed": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/is-signed"
}
]
}
},
"\/templately\/v1\/pricing": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/pricing"
}
]
}
},
"\/templately\/v1\/signup": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/signup"
}
]
}
},
"\/templately\/v1\/insert": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/insert"
}
]
}
},
"\/templately\/v1\/import": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/import"
}
]
}
},
"\/templately\/v1\/import\/page": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/import\/page"
}
]
}
},
"\/templately\/v1\/profile\/sync": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/profile\/sync"
}
]
}
},
"\/templately\/v1\/profile\/verified": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/profile\/verified"
}
]
}
},
"\/templately\/v1\/profile\/download-history": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/profile\/download-history"
}
]
}
},
"\/templately\/v1\/profile\/my-favourites": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/profile\/my-favourites"
}
]
}
},
"\/templately\/v1\/profile\/purchased-items": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/profile\/purchased-items"
}
]
}
},
"\/templately\/v1\/clouds": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/clouds"
}
]
}
},
"\/templately\/v1\/clouds\/usage": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/clouds\/usage"
}
]
}
},
"\/templately\/v1\/clouds\/copy-move": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/clouds\/copy-move"
}
]
}
},
"\/templately\/v1\/clouds\/upload": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/clouds\/upload"
}
]
}
},
"\/templately\/v1\/clouds\/download\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/templately\/v1\/clouds\/delete\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/templately\/v1\/workspaces": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/workspaces"
}
]
}
},
"\/templately\/v1\/workspaces\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": []
}
]
},
"\/templately\/v1\/workspaces\/item\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/templately\/v1\/workspaces\/item\/delete\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/templately\/v1\/workspaces\/create": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/workspaces\/create"
}
]
}
},
"\/templately\/v1\/workspaces\/delete\/(?P[a-zA-Z0-9-]+)": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
]
},
"\/templately\/v1\/workspaces\/item\/add": {
"namespace": "templately\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/templately\/v1\/workspaces\/item\/add"
}
]
}
},
"\/yoast\/v1": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "yoast\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1"
}
]
}
},
"\/yoast\/v1\/file_size": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"type": "string",
"description": "The url to retrieve",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/file_size"
}
]
}
},
"\/yoast\/v1\/statistics": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/statistics"
}
]
}
},
"\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"postTypeName": {
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type"
}
]
}
},
"\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"taxonomyName": {
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy"
}
]
}
},
"\/yoast\/v1\/introductions\/(?P[\\w-]+)\/seen": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"introduction_id": {
"type": "string",
"required": true
},
"is_seen": {
"type": "bool",
"default": true,
"required": false
}
}
}
]
},
"\/yoast\/v1\/wistia_embed_permission": {
"namespace": "yoast\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": {
"value": {
"type": "bool",
"default": true,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wistia_embed_permission"
}
]
}
},
"\/yoast\/v1\/alerts\/dismiss": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"key": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/alerts\/dismiss"
}
]
}
},
"\/yoast\/v1\/configuration\/site_representation": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"company_or_person": {
"type": "string",
"enum": [
"company",
"person"
],
"required": true
},
"company_name": {
"type": "string",
"required": false
},
"company_logo": {
"type": "string",
"required": false
},
"company_logo_id": {
"type": "integer",
"required": false
},
"person_logo": {
"type": "string",
"required": false
},
"person_logo_id": {
"type": "integer",
"required": false
},
"company_or_person_user_id": {
"type": "integer",
"required": false
},
"description": {
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/configuration\/site_representation"
}
]
}
},
"\/yoast\/v1\/configuration\/social_profiles": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"facebook_site": {
"type": "string",
"required": false
},
"twitter_site": {
"type": "string",
"required": false
},
"other_social_urls": {
"type": "array",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/configuration\/social_profiles"
}
]
}
},
"\/yoast\/v1\/configuration\/check_capability": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"user_id": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/configuration\/check_capability"
}
]
}
},
"\/yoast\/v1\/configuration\/enable_tracking": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"tracking": {
"type": "boolean",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/configuration\/enable_tracking"
}
]
}
},
"\/yoast\/v1\/configuration\/save_configuration_state": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"finishedSteps": {
"type": "array",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/configuration\/save_configuration_state"
}
]
}
},
"\/yoast\/v1\/configuration\/get_configuration_state": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/configuration\/get_configuration_state"
}
]
}
},
"\/yoast\/v1\/import\/(?P[\\w-]+)\/(?P[\\w-]+)": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
]
},
"\/yoast\/v1\/get_head": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/get_head"
}
]
}
},
"\/yoast\/v1\/indexing\/posts": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/posts"
}
]
}
},
"\/yoast\/v1\/indexing\/terms": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/terms"
}
]
}
},
"\/yoast\/v1\/indexing\/post-type-archives": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/post-type-archives"
}
]
}
},
"\/yoast\/v1\/indexing\/general": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/general"
}
]
}
},
"\/yoast\/v1\/indexing\/prepare": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/prepare"
}
]
}
},
"\/yoast\/v1\/indexing\/indexables-complete": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
}
]
}
},
"\/yoast\/v1\/indexing\/complete": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/indexing\/complete"
}
]
}
},
"\/yoast\/v1\/link-indexing\/posts": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/link-indexing\/posts"
}
]
}
},
"\/yoast\/v1\/link-indexing\/terms": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/link-indexing\/terms"
}
]
}
},
"\/yoast\/v1\/integrations\/set_active": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"active": {
"type": "boolean",
"required": true
},
"integration": {
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/integrations\/set_active"
}
]
}
},
"\/yoast\/v1\/meta\/search": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/meta\/search"
}
]
}
},
"\/yoast\/v1\/semrush\/authenticate": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"code": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/semrush\/authenticate"
}
]
}
},
"\/yoast\/v1\/semrush\/country_code": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"country_code": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/semrush\/country_code"
}
]
}
},
"\/yoast\/v1\/semrush\/related_keyphrases": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"keyphrase": {
"required": true
},
"country_code": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/semrush\/related_keyphrases"
}
]
}
},
"\/yoast\/v1\/wincher\/authorization-url": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/authorization-url"
}
]
}
},
"\/yoast\/v1\/wincher\/authenticate": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"code": {
"required": true
},
"websiteId": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/authenticate"
}
]
}
},
"\/yoast\/v1\/wincher\/keyphrases\/track": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"keyphrases": {
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"
}
]
}
},
"\/yoast\/v1\/wincher\/keyphrases": {
"namespace": "yoast\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"keyphrases": {
"required": false
},
"permalink": {
"required": false
},
"startAt": {
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/keyphrases"
}
]
}
},
"\/yoast\/v1\/wincher\/keyphrases\/untrack": {
"namespace": "yoast\/v1",
"methods": [
"DELETE"
],
"endpoints": [
{
"methods": [
"DELETE"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
}
]
}
},
"\/yoast\/v1\/wincher\/account\/limit": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/account\/limit"
}
]
}
},
"\/yoast\/v1\/wincher\/account\/upgrade-campaign": {
"namespace": "yoast\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/wincher\/account\/upgrade-campaign"
}
]
}
},
"\/yoast\/v1\/workouts": {
"namespace": "yoast\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/yoast\/v1\/workouts"
}
]
}
},
"\/jetpack\/v4\/verify_xmlrpc_error": {
"namespace": "jetpack\/v4",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"nonce": {
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
}
]
}
},
"\/jetpack\/v4\/verify_registration": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/verify_registration"
}
]
}
},
"\/jetpack\/v4\/remote_authorize": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/remote_authorize"
}
]
}
},
"\/jetpack\/v4\/connection": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"isActive": {
"description": "Al definirlo como \u00abfalse\u00bb, el sitio se desconectar\u00e1.",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection"
}
]
}
},
"\/jetpack\/v4\/connection\/data": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/data"
}
]
}
},
"\/jetpack\/v4\/connection\/plugins": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/plugins"
}
]
}
},
"\/jetpack\/v4\/connection\/reconnect": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/reconnect"
}
]
}
},
"\/jetpack\/v4\/connection\/register": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"from": {
"description": "Indica d\u00f3nde se activ\u00f3 la acci\u00f3n de registro para fines de seguimiento o segmentaci\u00f3n",
"type": "string",
"required": false
},
"registration_nonce": {
"description": "El nonce del registro",
"type": "string",
"required": true
},
"redirect_uri": {
"description": "URI de la p\u00e1gina de administraci\u00f3n a la que se debe redirigir al usuario despu\u00e9s del proceso de conexi\u00f3n",
"type": "string",
"required": false
},
"plugin_slug": {
"description": "Indica de qu\u00e9 plugin proviene la solicitud",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/register"
}
]
}
},
"\/jetpack\/v4\/connection\/authorize_url": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"redirect_uri": {
"description": "URI de la p\u00e1gina de administraci\u00f3n a la que se debe redirigir al usuario despu\u00e9s del proceso de conexi\u00f3n",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/authorize_url"
}
]
}
},
"\/jetpack\/v4\/user-token": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"user_token": {
"description": "Nuevo token de usuario",
"type": "string",
"required": true
},
"is_connection_owner": {
"description": "Es propietario de la conexi\u00f3n",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/user-token"
}
]
}
},
"\/jetpack\/v4\/connection\/owner": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"owner": {
"description": "Nuevo propietario",
"type": "integer",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/connection\/owner"
}
]
}
},
"\/jetpack\/v4\/sync\/full-sync": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"modules": {
"description": "M\u00f3dulos de datos que se deber\u00edan incluir en la sincronizaci\u00f3n completa",
"type": "array",
"required": false
},
"users": {
"description": "IDs de usuario que quieras incluir en la sincronizaci\u00f3n completa o \u00abinicial\u00bb",
"required": false
},
"posts": {
"description": "IDs de entrada que quieras incluir en la sincronizaci\u00f3n completa",
"type": "array",
"required": false
},
"comments": {
"description": "IDs de comentario que quieras incluir en la sincronizaci\u00f3n completa",
"type": "array",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/full-sync"
}
]
}
},
"\/jetpack\/v4\/sync\/status": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"fields": {
"description": "Lista separada por comas de los campos adicionales que deben incluirse en el estado.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/status"
}
]
}
},
"\/jetpack\/v4\/sync\/health": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"status": {
"description": "Estado de salud de la nueva sincronizaci\u00f3n",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/health"
}
]
}
},
"\/jetpack\/v4\/sync\/settings": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/settings"
}
]
}
},
"\/jetpack\/v4\/sync\/object": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"args": {
"module_name": {
"description": "Nombre del m\u00f3dulo de sincronizaci\u00f3n",
"type": "string",
"required": false
},
"object_type": {
"description": "Tipo de objeto",
"type": "string",
"required": false
},
"object_ids": {
"description": "Identificadores de objetos ",
"type": "array",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/object"
}
]
}
},
"\/jetpack\/v4\/sync\/now": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"queue": {
"description": "Nombre de la cola de sincronizaci\u00f3n. ",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/now"
}
]
}
},
"\/jetpack\/v4\/sync\/checkout": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/checkout"
}
]
}
},
"\/jetpack\/v4\/sync\/close": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/close"
}
]
}
},
"\/jetpack\/v4\/sync\/unlock": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"queue": {
"description": "Nombre de la cola de sincronizaci\u00f3n. ",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/unlock"
}
]
}
},
"\/jetpack\/v4\/sync\/object-id-range": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"sync_module": {
"description": "Nombre del m\u00f3dulo de sincronizaci\u00f3n.",
"type": "string",
"required": true
},
"batch_size": {
"description": "Tama\u00f1o de los procesos",
"type": "int",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/object-id-range"
}
]
}
},
"\/jetpack\/v4\/sync\/data-check": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"perform_text_conversion": {
"description": "Si los campos de texto se deben convertir a latin1 en la suma de comprobaci\u00f3n.",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/data-check"
}
]
}
},
"\/jetpack\/v4\/sync\/data-histogram": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"columns": {
"description": "Asignaciones de columnas",
"type": "array",
"required": false
},
"object_type": {
"description": "Tipo de objeto",
"type": "string",
"required": false
},
"buckets": {
"description": "N\u00famero de contenedores del histograma.",
"type": "int",
"required": false
},
"start_id": {
"description": "ID de inicio del histograma",
"type": "int",
"required": false
},
"end_id": {
"description": "ID final del histograma",
"type": "int",
"required": false
},
"strip_non_ascii": {
"description": "\u00bfQuieres eliminar los caracteres que no est\u00e1n en ASCII?",
"type": "boolean",
"required": false
},
"shared_salt": {
"description": "Salt compartido que se utilizar\u00e1 al generar la suma de comprobaci\u00f3n",
"type": "string",
"required": false
},
"only_range_edges": {
"description": "\u00bfDeben devolverse solo los finales de rango?",
"type": "boolean",
"required": false
},
"detailed_drilldown": {
"description": "\u00bfQueremos la suma de comprobaci\u00f3n o el ID del objeto?",
"type": "boolean",
"required": false
},
"perform_text_conversion": {
"description": "Si los campos de texto se deben convertir a latin1 en la suma de comprobaci\u00f3n.",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/data-histogram"
}
]
}
},
"\/jetpack\/v4\/sync\/spawn-sync": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/spawn-sync"
}
]
}
},
"\/jetpack\/v4\/sync\/locks": {
"namespace": "jetpack\/v4",
"methods": [
"DELETE"
],
"endpoints": [
{
"methods": [
"DELETE"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/sync\/locks"
}
]
}
},
"\/jetpack\/v4\/jitm": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/jitm"
}
]
}
},
"\/jetpack\/v4\/identity-crisis\/confirm-safe-mode": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/identity-crisis\/confirm-safe-mode"
}
]
}
},
"\/jetpack\/v4\/identity-crisis\/migrate": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/identity-crisis\/migrate"
}
]
}
},
"\/jetpack\/v4\/identity-crisis\/start-fresh": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"redirect_uri": {
"description": "URI de la p\u00e1gina de administraci\u00f3n a la que se debe redirigir al usuario despu\u00e9s del proceso de conexi\u00f3n",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/identity-crisis\/start-fresh"
}
]
}
},
"\/jetpack\/v4\/identity-crisis\/url-secret": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/identity-crisis\/url-secret"
}
]
}
},
"\/jetpack\/v4\/identity-crisis\/compare-url-secret": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"secret": {
"description": "URL secreta para compararla con las almacenadas en la base de datos.",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/identity-crisis\/compare-url-secret"
}
]
}
},
"\/jetpack\/v4\/search\/plan": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/plan"
}
]
}
},
"\/jetpack\/v4\/search\/settings": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH",
"GET"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
},
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/settings"
}
]
}
},
"\/jetpack\/v4\/search\/stats": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/stats"
}
]
}
},
"\/jetpack\/v4\/search\/pricing": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/pricing"
}
]
}
},
"\/jetpack\/v4\/search\/plan\/activate": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/plan\/activate"
}
]
}
},
"\/jetpack\/v4\/search\/plan\/deactivate": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/plan\/deactivate"
}
]
}
},
"\/jetpack\/v4\/search": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search"
}
]
}
},
"\/jetpack\/v4\/search\/local-stats": {
"namespace": "jetpack\/v4",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/search\/local-stats"
}
]
}
},
"\/jetpack\/v4\/waf": {
"namespace": "jetpack\/v4",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/waf"
}
]
}
},
"\/jetpack\/v4\/waf\/update-rules": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/waf\/update-rules"
}
]
}
},
"\/wpcom\/v2": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "wpcom\/v2",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2"
}
]
}
},
"\/wpcom\/v2\/videopress\/meta": {
"namespace": "wpcom\/v2",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "El id de la entrada del adjunto.",
"type": "int",
"required": true
},
"title": {
"description": "El t\u00edtulo del v\u00eddeo.",
"type": "string",
"required": false
},
"description": {
"description": "La descripci\u00f3n del v\u00eddeo.",
"type": "string",
"required": false
},
"caption": {
"description": "La descripci\u00f3n del v\u00eddeo.",
"type": "string",
"required": false
},
"rating": {
"description": "La valoraci\u00f3n del contenido del v\u00eddeo. Entre G, PG-13 o R-17",
"type": "string",
"required": false
},
"display_embed": {
"description": "Muestra el men\u00fa de compartir en el reproductor.",
"type": "boolean",
"required": false
},
"allow_download": {
"description": "Muestra la opci\u00f3n \u00abDescargar\u00bb y permite a los espectadores descargar este v\u00eddeo.",
"type": "boolean",
"required": false
},
"privacy_setting": {
"description": "C\u00f3mo determinar si el v\u00eddeo deber\u00eda ser p\u00fablico o privado",
"type": "int",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/videopress\/meta"
}
]
}
},
"\/wpcom\/v2\/videopress\/(?P\\w+)\/poster": {
"namespace": "wpcom\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"at_time": {
"description": "Tiempo del v\u00eddeo para usarlo como fotograma de p\u00f3ster.",
"type": "int",
"required": false
},
"is_millisec": {
"description": "Ya sea el tiempo en milisegundos o segundos.",
"type": "boolean",
"required": false
},
"poster_attachment_id": {
"description": "ID de adjunto de la imagen de p\u00f3ster.",
"type": "int",
"required": false
}
}
}
]
},
"\/wpcom\/v2\/videopress\/(?P\\w+)\/check-ownership\/(?P\\d+)": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/wpcom\/v2\/videopress\/upload-jwt": {
"namespace": "wpcom\/v2",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/videopress\/upload-jwt"
}
]
}
},
"\/wpcom\/v2\/videopress\/playback-jwt\/(?P\\w+)": {
"namespace": "wpcom\/v2",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/stats-app": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "jetpack\/v4\/stats-app",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/stats\/(?P[\\-\\w]+)\/(?P[\\d]+)": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/stats\/(?P[\\-\\w]+)": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/posts\/(?P[\\d]+)": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/posts\/(?P[\\d]+)\/likes": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/stats": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/stats"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/site-has-never-published-post": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/site-has-never-published-post"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/posts": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/posts"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/subscribers\/counts": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/subscribers\/counts"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats\/usage": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats\/usage"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/wordads\/earnings": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/wordads\/earnings"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/wordads\/stats": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/wordads\/stats"
}
]
}
},
"\/jetpack\/v4\/stats-app\/stats\/notices": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"type": "string",
"description": "ID of the notice",
"required": true
},
"status": {
"type": "string",
"description": "Status of the notice",
"required": true
},
"postponed_for": {
"type": "number",
"default": null,
"description": "Postponed for (in seconds)",
"minimum": 0,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/stats\/notices"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats-dashboard\/notices": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"POST",
"PUT",
"PATCH",
"GET"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"type": "string",
"description": "ID of the notice",
"required": true
},
"status": {
"type": "string",
"description": "Status of the notice",
"required": true
},
"postponed_for": {
"type": "number",
"default": null,
"description": "Postponed for (in seconds)",
"minimum": 0,
"required": false
}
}
},
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats-dashboard\/notices"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/stats\/referrers\/spam\/new": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"domain": {
"type": "string",
"description": "Domain of the referrer",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/stats\/referrers\/spam\/new"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/stats\/referrers\/spam\/delete": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"domain": {
"type": "string",
"description": "Domain of the referrer",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/stats\/referrers\/spam\/delete"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats-dashboard\/modules": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"POST",
"PUT",
"PATCH",
"GET"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
},
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats-dashboard\/modules"
}
]
}
},
"\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats-dashboard\/module-settings": {
"namespace": "jetpack\/v4\/stats-app",
"methods": [
"POST",
"PUT",
"PATCH",
"GET"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
},
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/stats-app\/sites\/211214629\/jetpack-stats-dashboard\/module-settings"
}
]
}
},
"\/elementor\/v1": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "elementor\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1"
}
]
}
},
"\/elementor\/v1\/site-editor": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/site-editor"
}
]
}
},
"\/elementor\/v1\/site-editor\/templates": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/site-editor\/templates"
}
]
}
},
"\/elementor\/v1\/site-editor\/templates\/(?P[\\w]+)": {
"namespace": "elementor\/v1",
"methods": [
"DELETE",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": false
}
}
}
]
},
"\/elementor\/v1\/site-editor\/conditions-config": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/site-editor\/conditions-config"
}
]
}
},
"\/elementor\/v1\/site-editor\/templates-conditions\/(?P[\\w]+)": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": false
}
}
}
]
},
"\/elementor\/v1\/site-editor\/templates-conditions-conflicts": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/site-editor\/templates-conditions-conflicts"
}
]
}
},
"\/wpcom\/v2\/business-hours\/localized-week": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/business-hours\/localized-week"
}
]
}
},
"\/wpcom\/v2\/admin-menu": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/admin-menu"
}
]
}
},
"\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature"
}
]
}
},
"\/wpcom\/v2\/app-media": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"number": {
"description": "N\u00famero de elementos multimedia en la solicitud",
"type": "number",
"default": 20,
"required": false
},
"page_handle": {
"type": "number",
"required": false
},
"after": {
"description": "Marca de tiempo desde que el medio se subi\u00f3",
"type": "number",
"default": 0,
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/app-media"
}
]
}
},
"\/wpcom\/v2\/blog-stats": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"post_id": {
"description": "ID de la entrada de la que obtener estad\u00edsticas.",
"type": [
"string",
"integer"
],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/blog-stats"
}
]
}
},
"\/wpcom\/v2\/external-media\/list\/(?Pgoogle_photos|openverse|pexels)": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"search": {
"description": "T\u00e9rmino de b\u00fasqueda de la recopilaci\u00f3n de elementos multimedia",
"type": "string",
"required": false
},
"number": {
"description": "N\u00famero de elementos multimedia en la solicitud",
"type": "number",
"default": 20,
"required": false
},
"path": {
"type": "string",
"required": false
},
"page_handle": {
"type": "string",
"required": false
}
}
}
]
},
"\/wpcom\/v2\/external-media\/copy\/(?Pgoogle_photos|openverse|pexels)": {
"namespace": "wpcom\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"media": {
"description": "Datos multimedia que copiar.",
"items": {
"type": "array",
"items": {
"type": "object",
"required": true,
"properties": {
"caption": {
"type": "string"
},
"guid": {
"type": "object",
"properties": {
"caption": {
"type": "string"
},
"name": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
}
},
"title": {
"type": "string"
},
"meta": {
"type": "object",
"additionalProperties": false,
"properties": {
"vertical_id": {
"type": "string",
"format": "text-field"
},
"pexels_object": {
"type": "object"
}
}
}
}
}
},
"type": "array",
"required": true
},
"post_id": {
"description": "El ID de la entrada para adjuntar la subida.",
"type": "number",
"minimum": 0,
"required": false
}
}
}
]
},
"\/wpcom\/v2\/external-media\/connection\/(?Pgoogle_photos)": {
"namespace": "wpcom\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"DELETE"
],
"args": []
}
]
},
"\/wpcom\/v2\/following\/mine": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"ignore_user_blogs": {
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/following\/mine"
}
]
}
},
"\/wpcom\/v2\/following\/recommendations": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"number": {
"type": "number",
"default": 5,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/following\/recommendations"
}
]
}
},
"\/wpcom\/v2\/checkGoogleDocVisibility": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/checkGoogleDocVisibility"
}
]
}
},
"\/wpcom\/v2\/instagram-gallery\/connect-url": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/instagram-gallery\/connect-url"
}
]
}
},
"\/wpcom\/v2\/instagram-gallery\/connections": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/instagram-gallery\/connections"
}
]
}
},
"\/wpcom\/v2\/instagram-gallery\/gallery": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"access_token": {
"description": "Un token de acceso al llavero de Instagram.",
"type": "integer",
"minimum": 1,
"required": true
},
"count": {
"description": "\u00bfCu\u00e1ntas publicaciones de Instagram?",
"type": "integer",
"minimum": 1,
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/instagram-gallery\/gallery"
}
]
}
},
"\/wpcom\/v2\/mailchimp": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/mailchimp"
}
]
}
},
"\/wpcom\/v2\/mailchimp\/groups": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/mailchimp\/groups"
}
]
}
},
"\/wpcom\/v2\/newsletter-categories": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/newsletter-categories"
}
]
}
},
"\/wpcom\/v2\/newsletter-categories\/count": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"term_ids": {
"default": "",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/newsletter-categories\/count"
}
]
}
},
"\/wpcom\/v2\/podcast-player": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"description": "La URL del feed RSS del podcast.",
"type": "string",
"required": true
},
"guids": {
"description": "Una lista de identificadores \u00fanicos para recuperar episodios espec\u00edficos del podcast.",
"type": "array",
"required": true
},
"episode-options": {
"description": "Si deber\u00edamos mostrar la lista de episodios para su uso en la IU de la selecci\u00f3n",
"type": "boolean",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/podcast-player"
}
]
}
},
"\/wpcom\/v2\/podcast-player\/track-quantity": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/podcast-player\/track-quantity"
}
]
}
},
"\/wpcom\/v2\/publicize\/connections": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/publicize\/connections"
}
]
}
},
"\/wpcom\/v2\/posts\/(?P\\d+)\/publicize": {
"namespace": "wpcom\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"message": {
"description": "El mensaje para compartir.",
"type": "string",
"required": true
},
"skipped_connections": {
"description": "Array de los ID de conexiones externas que sirve para omitir el uso compartido.",
"type": "array",
"required": false
}
}
}
]
},
"\/wpcom\/v2\/related-posts": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/related-posts"
}
]
}
},
"\/wpcom\/v2\/related-posts\/enable": {
"namespace": "wpcom\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/related-posts\/enable"
}
]
}
},
"\/wpcom\/v2\/related-posts\/(?P[\\d]+)": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
}
}
}
]
},
"\/wpcom\/v2\/resolve-redirect\/?(?P.+)?": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"description": "La URL en la que comprobar redirecciones.",
"type": "string",
"required": true
}
}
}
]
},
"\/wpcom\/v2\/search": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/search"
}
]
}
},
"\/wpcom\/v2\/send-email-preview": {
"namespace": "wpcom\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/send-email-preview"
}
]
}
},
"\/wpcom\/v2\/template-loader\/(?P\\w+)": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"template_type": {
"description": "El tipo de plantilla.",
"type": "string",
"required": true
}
}
}
]
},
"\/wpcom\/v2\/post-types": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/post-types"
}
]
}
},
"\/wpcom\/v2\/top-posts": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"period": {
"description": "Plazo para las estad\u00edsticas.",
"type": [
"string",
"integer"
],
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/top-posts"
}
]
}
},
"\/wpcom\/v2\/transients\/(?P\\w{1,172})": {
"namespace": "wpcom\/v2",
"methods": [
"DELETE"
],
"endpoints": [
{
"methods": [
"DELETE"
],
"args": {
"name": {
"description": "El nombre del dato transitorio a borrar.",
"type": "string",
"required": true
}
}
}
]
},
"\/wpcom\/v3": {
"namespace": "wpcom\/v3",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "wpcom\/v3",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v3"
}
]
}
},
"\/wpcom\/v3\/blogging-prompts": {
"namespace": "wpcom\/v3",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"after": {
"description": "Mostrar sugerencias a continuaci\u00f3n de una fecha concreta.",
"type": "string",
"required": false
},
"before": {
"description": "Mostrar sugerencias antes de una fecha concreta.",
"type": "string",
"required": false
},
"force_year": {
"description": "Haz que las sugerencias que se muestran correspondan a un a\u00f1o concreto. Solo muestra una sugerencia para cada d\u00eda.",
"type": "integer",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "asc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v3\/blogging-prompts"
}
]
}
},
"\/wpcom\/v3\/blogging-prompts\/(?P[\\d]+)": {
"namespace": "wpcom\/v3",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la sugerencia.",
"type": "integer",
"required": false
}
}
}
]
},
"\/wpcom\/v2\/gutenberg\/available-extensions": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/gutenberg\/available-extensions"
}
]
}
},
"\/wpcom\/v2\/hello": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/hello"
}
]
}
},
"\/wpcom\/v2\/memberships\/status\/?": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"type": {
"type": "string",
"required": false
},
"source": {
"type": "string",
"required": false
},
"is_editable": {
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/memberships\/status\/?"
}
]
}
},
"\/wpcom\/v2\/memberships\/product\/?": {
"namespace": "wpcom\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"title": {
"type": "string",
"required": true
},
"price": {
"type": "float",
"required": true
},
"currency": {
"type": "string",
"required": true
},
"interval": {
"type": "string",
"required": true
},
"is_editable": {
"type": "boolean",
"required": false
},
"buyer_can_change_amount": {
"type": "boolean",
"required": false
},
"tier": {
"type": "integer",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/memberships\/product\/?"
}
]
}
},
"\/wpcom\/v2\/memberships\/products\/?": {
"namespace": "wpcom\/v2",
"methods": [
"POST",
"GET"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
},
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/memberships\/products\/?"
}
]
}
},
"\/wpcom\/v2\/memberships\/product\/(?P[0-9]+)\/?": {
"namespace": "wpcom\/v2",
"methods": [
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"title": {
"type": "string",
"required": true
},
"price": {
"type": "float",
"required": true
},
"currency": {
"type": "string",
"required": true
},
"interval": {
"type": "string",
"required": true
},
"is_editable": {
"type": "boolean",
"required": false
},
"buyer_can_change_amount": {
"type": "boolean",
"required": false
},
"tier": {
"type": "integer",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": []
}
]
},
"\/wpcom\/v2\/publicize\/connection-test-results": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/publicize\/connection-test-results"
}
]
}
},
"\/wpcom\/v2\/publicize\/services": {
"namespace": "wpcom\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wpcom\/v2\/publicize\/services"
}
]
}
},
"\/wpcom\/v2\/service-api-keys\/(?P[a-z\\-_]+)": {
"namespace": "wpcom\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"service_api_key": {
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": []
}
]
},
"\/my-jetpack\/v1": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "my-jetpack\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1"
}
]
}
},
"\/my-jetpack\/v1\/site\/products": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/site\/products"
}
]
}
},
"\/my-jetpack\/v1\/site\/products\/(?P[a-z\\-]+)": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"product": {
"description": "Slug del producto",
"type": "string",
"enum": [
"anti-spam",
"backup",
"boost",
"crm",
"creator",
"extras",
"jetpack-ai",
"scan",
"search",
"social",
"security",
"protect",
"videopress",
"stats"
],
"required": true
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"product": {
"description": "Slug del producto",
"type": "string",
"enum": [
"anti-spam",
"backup",
"boost",
"crm",
"creator",
"extras",
"jetpack-ai",
"scan",
"search",
"social",
"security",
"protect",
"videopress",
"stats"
],
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"product": {
"description": "Slug del producto",
"type": "string",
"enum": [
"anti-spam",
"backup",
"boost",
"crm",
"creator",
"extras",
"jetpack-ai",
"scan",
"search",
"social",
"security",
"protect",
"videopress",
"stats"
],
"required": true
}
}
}
]
},
"\/my-jetpack\/v1\/site\/products\/(?P[a-z\\-]+)\/install-standalone": {
"namespace": "my-jetpack\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"product": {
"description": "Slug del producto",
"type": "string",
"enum": [
"anti-spam",
"backup",
"boost",
"crm",
"creator",
"extras",
"jetpack-ai",
"scan",
"search",
"social",
"security",
"protect",
"videopress",
"stats"
],
"required": true
}
}
}
]
},
"\/my-jetpack\/v1\/site\/purchases": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/site\/purchases"
}
]
}
},
"\/my-jetpack\/v1\/chat\/availability": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/chat\/availability"
}
]
}
},
"\/my-jetpack\/v1\/chat\/authentication": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"type": {
"type": "string",
"required": false
},
"test_mode": {
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/chat\/authentication"
}
]
}
},
"\/my-jetpack\/v1\/site\/backup\/undo-event": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/site\/backup\/undo-event"
}
]
}
},
"\/my-jetpack\/v1\/site\/backup\/count-items": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/site\/backup\/count-items"
}
]
}
},
"\/my-jetpack\/v1\/site": {
"namespace": "my-jetpack\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/site"
}
]
}
},
"\/my-jetpack\/v1\/site\/dismiss-welcome-banner": {
"namespace": "my-jetpack\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/my-jetpack\/v1\/site\/dismiss-welcome-banner"
}
]
}
},
"\/jetpack-boost\/v1": {
"namespace": "jetpack-boost\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "jetpack-boost\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack-boost\/v1"
}
]
}
},
"\/jetpack-boost\/v1\/speed-scores": {
"namespace": "jetpack-boost\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack-boost\/v1\/speed-scores"
}
]
}
},
"\/jetpack-boost\/v1\/speed-scores\/refresh": {
"namespace": "jetpack-boost\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack-boost\/v1\/speed-scores\/refresh"
}
]
}
},
"\/jetpack-boost\/v1\/speed-scores-history": {
"namespace": "jetpack-boost\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"start": {
"type": "number",
"required": true
},
"end": {
"type": "number",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack-boost\/v1\/speed-scores-history"
}
]
}
},
"\/jetpack\/v4\/blaze-app": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "jetpack\/v4\/blaze-app",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze-app"
}
]
}
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/blaze\/posts(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze-app\/sites\/211214629\/blaze\/posts(\\?.*)?"
}
]
}
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/wpcom\/sites\/211214629\/blaze\/posts(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/wpcom\/sites\/211214629\/blaze\/posts(\\?.*)?"
}
]
}
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/wpcom\/checkout": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/wpcom\/checkout"
}
]
}
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/credits(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/wpcom\/sites\/211214629\/media(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/wpcom\/media(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/experiments(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/campaigns(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/campaigns(?P[a-zA-Z0-9-_\\\/]*)": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/sites\/211214629\/campaigns(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/search(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/user(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/templates(?P[a-zA-Z0-9-_\\\/:]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/subscriptions(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/subscriptions(?P[a-zA-Z0-9-_\\\/]*)": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/payments(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/payments(?P[a-zA-Z0-9-_\\\/]*)": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/smart(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/smart(?P[a-zA-Z0-9-_\\\/]*)": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/locations(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/woo(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/image(?P[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
]
},
"\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/logs": {
"namespace": "jetpack\/v4\/blaze-app",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze-app\/sites\/211214629\/wordads\/dsp\/api\/v1\/logs"
}
]
}
},
"\/jetpack\/v4\/blaze": {
"namespace": "jetpack\/v4\/blaze",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "jetpack\/v4\/blaze",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze"
}
]
}
},
"\/jetpack\/v4\/blaze\/eligibility": {
"namespace": "jetpack\/v4\/blaze",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze\/eligibility"
}
]
}
},
"\/jetpack\/v4\/blaze\/dashboard": {
"namespace": "jetpack\/v4\/blaze",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/blaze\/dashboard"
}
]
}
},
"\/jetpack\/v4\/hints": {
"namespace": "jetpack\/v4",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"hint": {
"default": "",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/jetpack\/v4\/hints"
}
]
}
},
"\/astra\/v1": {
"namespace": "astra\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "astra\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/astra\/v1"
}
]
}
},
"\/astra\/v1\/admin\/settings": {
"namespace": "astra\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/astra\/v1\/admin\/settings"
}
]
}
},
"\/elementor\/v1\/globals": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/globals"
}
]
}
},
"\/elementor\/v1\/globals\/colors": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/globals\/colors"
}
]
}
},
"\/elementor\/v1\/globals\/colors\/(?P[\\w]+)": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"POST",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
}
]
},
"\/elementor\/v1\/globals\/typography": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/globals\/typography"
}
]
}
},
"\/elementor\/v1\/globals\/typography\/(?P[\\w]+)": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"POST",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
}
]
},
"\/elementor\/v1\/favorites": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/favorites"
}
]
}
},
"\/elementor\/v1\/favorites\/(?P[\\w]+)": {
"namespace": "elementor\/v1",
"methods": [
"POST",
"DELETE"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "Type of favorites.",
"type": "string",
"required": true
},
"favorite": {
"description": "The favorite slug to create.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Type of favorites.",
"type": "string",
"required": true
},
"favorite": {
"description": "The favorite slug to delete.",
"type": "string",
"required": true
}
}
}
]
},
"\/elementor\/v1\/kit-elements-defaults": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/kit-elements-defaults"
}
]
}
},
"\/elementor\/v1\/kit-elements-defaults\/(?P[\\w\\-\\_]+)": {
"namespace": "elementor\/v1",
"methods": [
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"type": {
"type": "string",
"description": "The type of the element.",
"required": true
},
"settings": {
"description": "All the default values for the requested type",
"type": "object",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"type": {
"type": "string",
"description": "The type of the element.",
"required": true
}
}
}
]
},
"\/elementor\/v1\/site-navigation\/recent-posts": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"posts_per_page": {
"description": "Number of posts to return",
"type": "integer",
"required": true
},
"post_type": {
"description": "Post types to retrieve",
"type": "array",
"default": [
"page",
"post",
"elementor_library"
],
"required": false
},
"post__not_in": {
"description": "Post id`s to exclude",
"type": "array",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/site-navigation\/recent-posts"
}
]
}
},
"\/elementor\/v1\/site-navigation\/add-new-post": {
"namespace": "elementor\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"post_type": {
"description": "Post type to create",
"type": "string",
"default": "post",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"
}
]
}
},
"\/elementor\/v1\/template-library\/templates": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST"
],
"args": {
"title": {
"type": "string",
"description": "The title of the document",
"required": false
},
"type": {
"description": "The document type.",
"type": "string",
"enum": [
"page",
"section",
"loop",
"custom_grid",
"landing-page",
"popup",
"header",
"footer",
"single",
"single-post",
"single-page",
"archive",
"search-results",
"error-404"
],
"required": true
},
"content": {
"description": "Elementor data object",
"type": "object",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/template-library\/templates"
}
]
}
},
"\/elementor\/v1\/global-widget\/templates": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/global-widget\/templates"
}
]
}
},
"\/elementor-pro\/v1": {
"namespace": "elementor-pro\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "elementor-pro\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor-pro\/v1"
}
]
}
},
"\/elementor-pro\/v1\/posts-widget": {
"namespace": "elementor-pro\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor-pro\/v1\/posts-widget"
}
]
}
},
"\/elementor\/v1\/form-submissions": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"DELETE",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"required": false
},
"page": {
"description": "Current page of the collection.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "Maximum number of items to be returned in result set.",
"type": "integer",
"default": 50,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limit results to those matching a string.",
"type": "string",
"additionalProperties": {
"context": "filter"
},
"required": false
},
"order": {
"description": "Order sort attribute ascending or descending.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"order_by": {
"description": "Sort collection by object attribute.",
"type": "string",
"default": "created_at",
"enum": [
"created_at",
"id",
"main_meta_id"
],
"required": false
},
"status": {
"description": "Limit result set to submissions assigned one or more statuses.",
"type": "string",
"default": "all",
"enum": [
"all",
"unread",
"read",
"trash"
],
"additionalProperties": {
"context": "filter",
"options": {
"type": "enum",
"labels": {
"all": "Todo",
"unread": "Sin leer",
"read": "Le\u00eddo",
"trash": "Papelera"
}
}
},
"required": false
},
"form": {
"description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
"type": "string",
"additionalProperties": {
"context": "filter",
"options": {
"type": "resource",
"command": "forms\/index",
"args": {
"context": "options"
}
}
},
"required": false
},
"referer": {
"description": "Limit result set to submissions assigned to specific referer.",
"type": "string",
"additionalProperties": {
"context": "filter",
"options": {
"type": "resource",
"command": "form-submissions\/referer",
"args": {
"context": "options"
}
}
},
"required": false
},
"after": {
"description": "Limit response to submissions sent after a given ISO8601 compliant date.",
"type": "string",
"format": "date",
"additionalProperties": {
"context": "filter"
},
"required": false
},
"before": {
"description": "Limit response to submissions sent before a given ISO8601 compliant date.",
"type": "string",
"format": "date",
"additionalProperties": {
"context": "filter"
},
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"ids": {
"description": "Unique identifiers for the objects.",
"type": "array",
"items": {
"type": "integer"
},
"required": true
},
"force": {
"description": "Delete the object permanently.",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"ids": {
"description": "Unique identifiers for the objects.",
"type": "array",
"items": {
"type": "integer"
},
"required": true
},
"is_read": {
"description": "mark whether the submission was read or not",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/form-submissions"
}
]
}
},
"\/elementor\/v1\/form-submissions\/(?P[\\d]+)": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"DELETE",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
},
"force": {
"description": "Delete the object permanently.",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
},
"is_read": {
"description": "mark whether the submission was read or not",
"type": "boolean",
"required": false
},
"values": {
"description": "Form field values, receive an array, the key should be the form field id and the value should be the value.",
"type": "object",
"required": false
}
}
}
]
},
"\/elementor\/v1\/form-submissions\/restore\/(?P[\\d]+)": {
"namespace": "elementor\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Unique identifier for the object.",
"type": "string",
"required": true
}
}
}
]
},
"\/elementor\/v1\/form-submissions\/restore": {
"namespace": "elementor\/v1",
"methods": [
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"ids": {
"description": "Unique identifiers for the objects.",
"type": "array",
"items": {
"type": "integer"
},
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/form-submissions\/restore"
}
]
}
},
"\/elementor\/v1\/form-submissions\/export": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"required": false
},
"page": {
"description": "Current page of the collection.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "Maximum number of items to be returned in result set.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 10000,
"required": false
},
"search": {
"description": "Limit results to those matching a string.",
"type": "string",
"additionalProperties": {
"context": "filter"
},
"required": false
},
"order": {
"description": "Order sort attribute ascending or descending.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"order_by": {
"description": "Sort collection by object attribute.",
"type": "string",
"default": "created_at",
"enum": [
"created_at",
"id",
"main_meta_id"
],
"required": false
},
"status": {
"description": "Limit result set to submissions assigned one or more statuses.",
"type": "string",
"default": "all",
"enum": [
"all",
"unread",
"read",
"trash"
],
"additionalProperties": {
"context": "filter",
"options": {
"type": "enum",
"labels": {
"all": "Todo",
"unread": "Sin leer",
"read": "Le\u00eddo",
"trash": "Papelera"
}
}
},
"required": false
},
"form": {
"description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
"type": "string",
"additionalProperties": {
"context": "filter",
"options": {
"type": "resource",
"command": "forms\/index",
"args": {
"context": "options"
}
}
},
"required": false
},
"referer": {
"description": "Limit result set to submissions assigned to specific referer.",
"type": "string",
"additionalProperties": {
"context": "filter",
"options": {
"type": "resource",
"command": "form-submissions\/referer",
"args": {
"context": "options"
}
}
},
"required": false
},
"after": {
"description": "Limit response to submissions sent after a given ISO8601 compliant date.",
"type": "string",
"format": "date",
"additionalProperties": {
"context": "filter"
},
"required": false
},
"before": {
"description": "Limit response to submissions sent before a given ISO8601 compliant date.",
"type": "string",
"format": "date",
"additionalProperties": {
"context": "filter"
},
"required": false
},
"ids": {
"description": "Unique identifiers for the objects.",
"type": "array",
"items": {
"type": "integer"
},
"additionalProperties": {
"context": "filter"
},
"required": false
},
"format": {
"description": "The format of the export (for now only csv).",
"enum": [
"csv"
],
"default": "csv",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/form-submissions\/export"
}
]
}
},
"\/elementor\/v1\/form-submissions\/referer": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
"type": "string",
"enum": [
"options"
],
"default": "options",
"required": false
},
"search": {
"description": "Limit results to those matching a string.",
"type": "string",
"additionalProperties": {
"context": "filter"
},
"required": false
},
"value": {
"description": "Limit results specific referer.",
"type": "string",
"additionalProperties": {
"context": "filter"
},
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/form-submissions\/referer"
}
]
}
},
"\/elementor\/v1\/forms": {
"namespace": "elementor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
"type": "string",
"enum": [
"options"
],
"default": "options",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/forms"
}
]
}
},
"\/facetwp\/v1": {
"namespace": "facetwp\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "facetwp\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/facetwp\/v1"
}
]
}
},
"\/facetwp\/v1\/refresh": {
"namespace": "facetwp\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/facetwp\/v1\/refresh"
}
]
}
},
"\/facetwp\/v1\/fetch": {
"namespace": "facetwp\/v1",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/facetwp\/v1\/fetch"
}
]
}
},
"\/elementor\/v1\/send-event": {
"namespace": "elementor\/v1",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"event_data": {
"description": "All the recorded event data in JSON format",
"type": "object",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/elementor\/v1\/send-event"
}
]
}
},
"\/wp\/v2": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "wp\/v2",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2"
}
]
}
},
"\/wp\/v2\/posts": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"author": {
"description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"author_exclude": {
"description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
},
"tax_relation": {
"description": "Limita el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.",
"type": "string",
"enum": [
"AND",
"OR"
],
"required": false
},
"categories": {
"description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda categories.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
},
"include_children": {
"description": "Si se incluyen los t\u00e9rminos hijos en los t\u00e9rminos que limitan el conjunto de resultados.",
"type": "boolean",
"default": false
},
"operator": {
"description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "OR"
}
},
"additionalProperties": false
}
],
"required": false
},
"categories_exclude": {
"description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda categories.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
},
"include_children": {
"description": "Si se incluyen los t\u00e9rminos hijos en los t\u00e9rminos que limitan el conjunto de resultados.",
"type": "boolean",
"default": false
}
},
"additionalProperties": false
}
],
"required": false
},
"tags": {
"description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda tags.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
},
"operator": {
"description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "OR"
}
},
"additionalProperties": false
}
],
"required": false
},
"tags_exclude": {
"description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda tags.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
}
},
"additionalProperties": false
}
],
"required": false
},
"sticky": {
"description": "Limitar el conjunto de resultados a elementos que sean fijos.",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"format": {
"description": "El formato de la entrada.",
"type": "string",
"enum": [
"standard",
"aside",
"chat",
"gallery",
"link",
"image",
"quote",
"status",
"video",
"audio"
],
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"sticky": {
"description": "Si se debe tratar la entrada como fija o no.",
"type": "boolean",
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"categories": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"tags": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/posts"
}
]
}
},
"\/wp\/v2\/posts\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"format": {
"description": "El formato de la entrada.",
"type": "string",
"enum": [
"standard",
"aside",
"chat",
"gallery",
"link",
"image",
"quote",
"status",
"video",
"audio"
],
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"sticky": {
"description": "Si se debe tratar la entrada como fija o no.",
"type": "boolean",
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"categories": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"tags": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/posts\/(?P[\\d]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/posts\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"format": {
"description": "El formato de la entrada.",
"type": "string",
"enum": [
"standard",
"aside",
"chat",
"gallery",
"link",
"image",
"quote",
"status",
"video",
"audio"
],
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"sticky": {
"description": "Si se debe tratar la entrada como fija o no.",
"type": "boolean",
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"categories": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"tags": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
}
]
},
"\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/pages": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"author": {
"description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"author_exclude": {
"description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"menu_order": {
"description": "Limitar los resultados a entradas con un valor espec\u00edfico `menu_order`.",
"type": "integer",
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title",
"menu_order"
],
"required": false
},
"parent": {
"description": "Limitar los resultados a los que tengan IDs superiores concretos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"parent_exclude": {
"description": "Limitar los resultados a todos los elementos excepto aquellos con un identificador padre espec\u00edfico.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"parent": {
"description": "El ID del superior de la entrada.",
"type": "integer",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"menu_order": {
"description": "El orden de la entrada en relaci\u00f3n con otras entradas.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/pages"
}
]
}
},
"\/wp\/v2\/pages\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"parent": {
"description": "El ID del superior de la entrada.",
"type": "integer",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"menu_order": {
"description": "El orden de la entrada en relaci\u00f3n con otras entradas.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/pages\/(?P[\\d]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/pages\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID del superior de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"menu_order": {
"description": "El orden de la entrada en relaci\u00f3n con otras entradas.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
}
]
},
"\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/media": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"author": {
"description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"author_exclude": {
"description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"parent": {
"description": "Limitar los resultados a los que tengan IDs superiores concretos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"parent_exclude": {
"description": "Limitar los resultados a todos los elementos excepto aquellos con un identificador padre espec\u00edfico.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "inherit",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"inherit",
"private",
"trash"
],
"type": "string"
},
"required": false
},
"media_type": {
"default": null,
"description": "Limitar el conjunto de resultados a adjuntos de un tipo de medio en particular.",
"type": "string",
"enum": [
"image",
"video",
"text",
"application",
"audio"
],
"required": false
},
"mime_type": {
"default": null,
"description": "Limitar el conjunto de resultados a adjuntos de un tipo MIME en particular.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
},
"alt_text": {
"description": "Texto alternativo a mostrar cuando no se muestra el adjunto.",
"type": "string",
"required": false
},
"caption": {
"description": "Leyenda del adjunto.",
"type": "object",
"properties": {
"raw": {
"description": "Leyenda del adjunto, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"description": "Descripci\u00f3n del adjunto",
"type": "object",
"properties": {
"raw": {
"description": "Descripci\u00f3n del adjunto, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
}
},
"required": false
},
"post": {
"description": "El ID de las entradas a las que est\u00e1 asociado el adjunto.",
"type": "integer",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/media"
}
]
}
},
"\/wp\/v2\/media\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"comment_status": {
"description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"ping_status": {
"description": "Si se puede hacer ping a la entrada o no.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
},
"alt_text": {
"description": "Texto alternativo a mostrar cuando no se muestra el adjunto.",
"type": "string",
"required": false
},
"caption": {
"description": "Leyenda del adjunto.",
"type": "object",
"properties": {
"raw": {
"description": "Leyenda del adjunto, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"description": "Descripci\u00f3n del adjunto",
"type": "object",
"properties": {
"raw": {
"description": "Descripci\u00f3n del adjunto, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
}
},
"required": false
},
"post": {
"description": "El ID de las entradas a las que est\u00e1 asociado el adjunto.",
"type": "integer",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/media\/(?P[\\d]+)\/post-process": {
"namespace": "wp\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "Identificador \u00fanico para el adjunto.",
"type": "integer",
"required": false
},
"action": {
"type": "string",
"enum": [
"create-image-subsizes"
],
"required": true
}
}
}
]
},
"\/wp\/v2\/media\/(?P[\\d]+)\/edit": {
"namespace": "wp\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"src": {
"description": "URL al archivo de la imagen editada.",
"type": "string",
"format": "uri",
"required": true
},
"modifiers": {
"description": "Array de las ediciones de la imagen.",
"type": "array",
"minItems": 1,
"items": {
"description": "Edici\u00f3n de im\u00e1genes.",
"type": "object",
"required": [
"type",
"args"
],
"oneOf": [
{
"title": "Rotaci\u00f3n",
"properties": {
"type": {
"description": "Tipo de rotaci\u00f3n.",
"type": "string",
"enum": [
"rotate"
]
},
"args": {
"description": "Argumentos de rotaci\u00f3n.",
"type": "object",
"required": [
"angle"
],
"properties": {
"angle": {
"description": "\u00c1ngulo a rotar en el sentido de las agujas del reloj en grados.",
"type": "number"
}
}
}
}
},
{
"title": "Recortar",
"properties": {
"type": {
"description": "Tipo de recorte.",
"type": "string",
"enum": [
"crop"
]
},
"args": {
"description": "Argumentos de recorte.",
"type": "object",
"required": [
"left",
"top",
"width",
"height"
],
"properties": {
"left": {
"description": "Posici\u00f3n horizontal desde la izquierda para iniciar el recorte como un porcentaje del ancho de la imagen.",
"type": "number"
},
"top": {
"description": "Posici\u00f3n vertical desde la parte superior para iniciar el recorte como un porcentaje de la altura de la imagen.",
"type": "number"
},
"width": {
"description": "Ancho del recorte como un porcentaje del ancho de la imagen.",
"type": "number"
},
"height": {
"description": "Altura del recorte como un porcentaje de la altura de la imagen.",
"type": "number"
}
}
}
}
}
]
},
"required": false
},
"rotation": {
"description": "La cantidad a girar la imagen en el sentido de las agujas del reloj en grados. OBSOLETO: Usa `modifiers` en su lugar.",
"type": "integer",
"minimum": 0,
"exclusiveMinimum": true,
"maximum": 360,
"exclusiveMaximum": true,
"required": false
},
"x": {
"description": "Como un porcentaje de la imagen, la posici\u00f3n del eje X desde la que iniciar el recorte. OBSOLETO: Usa `modifiers` en su lugar.",
"type": "number",
"minimum": 0,
"maximum": 100,
"required": false
},
"y": {
"description": "Como un porcentaje de la imagen, la posici\u00f3n del eje Y desde la que iniciar el recorte. OBSOLETO: Usa `modifiers` en su lugar.",
"type": "number",
"minimum": 0,
"maximum": 100,
"required": false
},
"width": {
"description": "Como un porcentaje de la imagen, el ancho al que recortar la imagen. OBSOLETO: Usa `modifiers` en su lugar.",
"type": "number",
"minimum": 0,
"maximum": 100,
"required": false
},
"height": {
"description": "Como un porcentaje de la imagen, la altura a la que recortar la imagen. OBSOLETO: Usa `modifiers` en su lugar.",
"type": "number",
"minimum": 0,
"maximum": 100,
"required": false
}
}
}
]
},
"\/wp\/v2\/menu-items": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 100,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "asc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "menu_order",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title",
"menu_order"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
},
"tax_relation": {
"description": "Limita el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.",
"type": "string",
"enum": [
"AND",
"OR"
],
"required": false
},
"menus": {
"description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda menus.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
},
"operator": {
"description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "OR"
}
},
"additionalProperties": false
}
],
"required": false
},
"menus_exclude": {
"description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda menus.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
}
},
"additionalProperties": false
}
],
"required": false
},
"menu_order": {
"description": "Limitar los resultados a entradas con un valor espec\u00edfico `menu_order`.",
"type": "integer",
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"title": {
"description": "El t\u00edtulo para el objeto.",
"type": [
"string",
"object"
],
"properties": {
"raw": {
"description": "T\u00edtulo para el objeto, tal y como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"type": {
"default": "custom",
"description": "La familia de objetos representada originalmente, como \u00abpost_type\u00bb o \u00abtaxonom\u00eda\u00bb.",
"type": "string",
"enum": [
"taxonomy",
"post_type",
"post_type_archive",
"custom"
],
"required": false
},
"status": {
"default": "publish",
"description": "Un nombre de estado para el objeto.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"parent": {
"default": 0,
"description": "El ID del superior del objeto.",
"type": "integer",
"minimum": 0,
"required": false
},
"attr_title": {
"description": "Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.",
"type": "string",
"required": false
},
"classes": {
"description": "Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"description": {
"description": "La descripci\u00f3n de este elemento del men\u00fa.",
"type": "string",
"required": false
},
"menu_order": {
"default": 1,
"description": "El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.",
"type": "integer",
"minimum": 1,
"required": false
},
"object": {
"description": "El tipo de objeto representado originalmente, como \u00abcategor\u00eda\u00bb, \u00abentrada\u00bb o \u00abadjunto\u00bb.",
"type": "string",
"required": false
},
"object_id": {
"default": 0,
"description": "El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.",
"type": "integer",
"minimum": 0,
"required": false
},
"target": {
"description": "El atributo de destino del elemento del enlace de este elemento del men\u00fa.",
"type": "string",
"enum": [
"_blank",
""
],
"required": false
},
"url": {
"description": "La URL a la que apunta este elemento del men\u00fa.",
"type": "string",
"format": "uri",
"required": false
},
"xfn": {
"description": "La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"menus": {
"description": "Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/menu-items"
}
]
}
},
"\/wp\/v2\/menu-items\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"title": {
"description": "El t\u00edtulo para el objeto.",
"type": [
"string",
"object"
],
"properties": {
"raw": {
"description": "T\u00edtulo para el objeto, tal y como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"type": {
"description": "La familia de objetos representada originalmente, como \u00abpost_type\u00bb o \u00abtaxonom\u00eda\u00bb.",
"type": "string",
"enum": [
"taxonomy",
"post_type",
"post_type_archive",
"custom"
],
"required": false
},
"status": {
"description": "Un nombre de estado para el objeto.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"parent": {
"description": "El ID del superior del objeto.",
"type": "integer",
"minimum": 0,
"required": false
},
"attr_title": {
"description": "Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.",
"type": "string",
"required": false
},
"classes": {
"description": "Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"description": {
"description": "La descripci\u00f3n de este elemento del men\u00fa.",
"type": "string",
"required": false
},
"menu_order": {
"description": "El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.",
"type": "integer",
"minimum": 1,
"required": false
},
"object": {
"description": "El tipo de objeto representado originalmente, como \u00abcategor\u00eda\u00bb, \u00abentrada\u00bb o \u00abadjunto\u00bb.",
"type": "string",
"required": false
},
"object_id": {
"description": "El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.",
"type": "integer",
"minimum": 0,
"required": false
},
"target": {
"description": "El atributo de destino del elemento del enlace de este elemento del men\u00fa.",
"type": "string",
"enum": [
"_blank",
""
],
"required": false
},
"url": {
"description": "La URL a la que apunta este elemento del men\u00fa.",
"type": "string",
"format": "uri",
"required": false
},
"xfn": {
"description": "La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"menus": {
"description": "Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID del superior del objeto.",
"type": "integer",
"minimum": 0,
"required": false
},
"title": {
"description": "El t\u00edtulo para el objeto.",
"type": [
"string",
"object"
],
"properties": {
"raw": {
"description": "T\u00edtulo para el objeto, tal y como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"type": {
"description": "La familia de objetos representada originalmente, como \u00abpost_type\u00bb o \u00abtaxonom\u00eda\u00bb.",
"type": "string",
"enum": [
"taxonomy",
"post_type",
"post_type_archive",
"custom"
],
"required": false
},
"status": {
"description": "Un nombre de estado para el objeto.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"attr_title": {
"description": "Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.",
"type": "string",
"required": false
},
"classes": {
"description": "Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"description": {
"description": "La descripci\u00f3n de este elemento del men\u00fa.",
"type": "string",
"required": false
},
"menu_order": {
"description": "El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.",
"type": "integer",
"minimum": 1,
"required": false
},
"object": {
"description": "El tipo de objeto representado originalmente, como \u00abcategor\u00eda\u00bb, \u00abentrada\u00bb o \u00abadjunto\u00bb.",
"type": "string",
"required": false
},
"object_id": {
"description": "El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.",
"type": "integer",
"minimum": 0,
"required": false
},
"target": {
"description": "El atributo de destino del elemento del enlace de este elemento del men\u00fa.",
"type": "string",
"enum": [
"_blank",
""
],
"required": false
},
"url": {
"description": "La URL a la que apunta este elemento del men\u00fa.",
"type": "string",
"format": "uri",
"required": false
},
"xfn": {
"description": "La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"menus": {
"description": "Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
}
}
}
]
},
"\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/blocks": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
},
"tax_relation": {
"description": "Limita el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.",
"type": "string",
"enum": [
"AND",
"OR"
],
"required": false
},
"wp_pattern_category": {
"description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda wp_pattern_category.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
},
"operator": {
"description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "OR"
}
},
"additionalProperties": false
}
],
"required": false
},
"wp_pattern_category_exclude": {
"description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda wp_pattern_category.",
"type": [
"object",
"array"
],
"oneOf": [
{
"title": "Lista de ID de t\u00e9rminos",
"description": "Emparejar los t\u00e9rminos con los ID listados.",
"type": "array",
"items": {
"type": "integer"
}
},
{
"title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
"description": "Realiza una consulta avanzada de t\u00e9rminos.",
"type": "object",
"properties": {
"terms": {
"description": "ID del t\u00e9rmino.",
"type": "array",
"items": {
"type": "integer"
},
"default": []
}
},
"additionalProperties": false
}
],
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"wp_pattern_sync_status": {
"type": "string",
"description": "",
"default": "",
"enum": [
"partial",
"unsynced"
]
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"wp_pattern_category": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda wp_pattern_category.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/blocks"
}
]
}
},
"\/wp\/v2\/blocks\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"wp_pattern_sync_status": {
"type": "string",
"description": "",
"default": "",
"enum": [
"partial",
"unsynced"
]
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"wp_pattern_category": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda wp_pattern_category.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"wp_pattern_sync_status": {
"type": "string",
"description": "",
"default": "",
"enum": [
"partial",
"unsynced"
]
},
"footnotes": {
"type": "string",
"description": "",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"wp_pattern_category": {
"description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda wp_pattern_category.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
}
}
}
]
},
"\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"slug": {
"description": "Slug \u00fanico que identifica la plantilla.",
"type": "string",
"minLength": 1,
"pattern": "[a-zA-Z0-9_\\%-]+",
"required": false
},
"theme": {
"description": "Identificador del tema para la plantilla.",
"type": "string",
"required": false
},
"type": {
"description": "Tipo de plantilla.",
"type": "string",
"required": false
},
"content": {
"description": "Contenido de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "Contenido para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
}
},
"required": false
},
"title": {
"description": "T\u00edtulo de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"description": "Descripci\u00f3n de la plantilla.",
"type": "string",
"required": false
},
"status": {
"description": "Estado de la plantilla.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"author": {
"description": "El ID del autor de la plantilla.",
"type": "integer",
"required": false
}
}
}
]
},
"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/templates": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"wp_id": {
"description": "Limitar al ID de entrada especificado.",
"type": "integer",
"required": false
},
"area": {
"description": "Limitar al \u00e1rea de la parte especificada de la plantilla.",
"type": "string",
"required": false
},
"post_type": {
"description": "Tipo de contenido para el que obtener las plantillas.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"slug": {
"description": "Slug \u00fanico que identifica la plantilla.",
"type": "string",
"minLength": 1,
"pattern": "[a-zA-Z0-9_\\%-]+",
"required": true
},
"theme": {
"description": "Identificador del tema para la plantilla.",
"type": "string",
"required": false
},
"type": {
"description": "Tipo de plantilla.",
"type": "string",
"required": false
},
"content": {
"default": "",
"description": "Contenido de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "Contenido para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
}
},
"required": false
},
"title": {
"default": "",
"description": "T\u00edtulo de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"default": "",
"description": "Descripci\u00f3n de la plantilla.",
"type": "string",
"required": false
},
"status": {
"default": "publish",
"description": "Estado de la plantilla.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"author": {
"description": "El ID del autor de la plantilla.",
"type": "integer",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/templates"
}
]
}
},
"\/wp\/v2\/templates\/lookup": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"slug": {
"description": "El slug de la plantilla para conseguir una alternativa",
"type": "string",
"required": true
},
"is_custom": {
"description": "Indica si es una plantilla personalizada o forma parte de la jerarqu\u00eda de plantillas",
"type": "boolean",
"required": false
},
"template_prefix": {
"description": "El prefijo de la plantilla para la plantilla creada. Se usa para extraer el tipo de plantilla principal, p. ej. en `taxonomia-libros` extrae `taxonomia`",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/templates\/lookup"
}
]
}
},
"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"slug": {
"description": "Slug \u00fanico que identifica la plantilla.",
"type": "string",
"minLength": 1,
"pattern": "[a-zA-Z0-9_\\%-]+",
"required": false
},
"theme": {
"description": "Identificador del tema para la plantilla.",
"type": "string",
"required": false
},
"type": {
"description": "Tipo de plantilla.",
"type": "string",
"required": false
},
"content": {
"description": "Contenido de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "Contenido para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
}
},
"required": false
},
"title": {
"description": "T\u00edtulo de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"description": "Descripci\u00f3n de la plantilla.",
"type": "string",
"required": false
},
"status": {
"description": "Estado de la plantilla.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"author": {
"description": "El ID del autor de la plantilla.",
"type": "integer",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"slug": {
"description": "Slug \u00fanico que identifica la plantilla.",
"type": "string",
"minLength": 1,
"pattern": "[a-zA-Z0-9_\\%-]+",
"required": false
},
"theme": {
"description": "Identificador del tema para la plantilla.",
"type": "string",
"required": false
},
"type": {
"description": "Tipo de plantilla.",
"type": "string",
"required": false
},
"content": {
"description": "Contenido de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "Contenido para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
}
},
"required": false
},
"title": {
"description": "T\u00edtulo de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"description": "Descripci\u00f3n de la plantilla.",
"type": "string",
"required": false
},
"status": {
"description": "Estado de la plantilla.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"author": {
"description": "El ID del autor de la plantilla.",
"type": "integer",
"required": false
},
"area": {
"description": "D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/template-parts": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"wp_id": {
"description": "Limitar al ID de entrada especificado.",
"type": "integer",
"required": false
},
"area": {
"description": "Limitar al \u00e1rea de la parte especificada de la plantilla.",
"type": "string",
"required": false
},
"post_type": {
"description": "Tipo de contenido para el que obtener las plantillas.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"slug": {
"description": "Slug \u00fanico que identifica la plantilla.",
"type": "string",
"minLength": 1,
"pattern": "[a-zA-Z0-9_\\%-]+",
"required": true
},
"theme": {
"description": "Identificador del tema para la plantilla.",
"type": "string",
"required": false
},
"type": {
"description": "Tipo de plantilla.",
"type": "string",
"required": false
},
"content": {
"default": "",
"description": "Contenido de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "Contenido para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
}
},
"required": false
},
"title": {
"default": "",
"description": "T\u00edtulo de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"default": "",
"description": "Descripci\u00f3n de la plantilla.",
"type": "string",
"required": false
},
"status": {
"default": "publish",
"description": "Estado de la plantilla.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"author": {
"description": "El ID del autor de la plantilla.",
"type": "integer",
"required": false
},
"area": {
"description": "D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/template-parts"
}
]
}
},
"\/wp\/v2\/template-parts\/lookup": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"slug": {
"description": "El slug de la plantilla para conseguir una alternativa",
"type": "string",
"required": true
},
"is_custom": {
"description": "Indica si es una plantilla personalizada o forma parte de la jerarqu\u00eda de plantillas",
"type": "boolean",
"required": false
},
"template_prefix": {
"description": "El prefijo de la plantilla para la plantilla creada. Se usa para extraer el tipo de plantilla principal, p. ej. en `taxonomia-libros` extrae `taxonomia`",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/template-parts\/lookup"
}
]
}
},
"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"slug": {
"description": "Slug \u00fanico que identifica la plantilla.",
"type": "string",
"minLength": 1,
"pattern": "[a-zA-Z0-9_\\%-]+",
"required": false
},
"theme": {
"description": "Identificador del tema para la plantilla.",
"type": "string",
"required": false
},
"type": {
"description": "Tipo de plantilla.",
"type": "string",
"required": false
},
"content": {
"description": "Contenido de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "Contenido para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit"
]
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
}
},
"required": false
},
"title": {
"description": "T\u00edtulo de la plantilla.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"description": {
"description": "Descripci\u00f3n de la plantilla.",
"type": "string",
"required": false
},
"status": {
"description": "Estado de la plantilla.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"author": {
"description": "El ID del autor de la plantilla.",
"type": "integer",
"required": false
},
"area": {
"description": "D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)",
"type": "string",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/navigation": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit",
"embed"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/navigation"
}
]
}
},
"\/wp\/v2\/navigation\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit",
"embed"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit",
"embed"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/font-families": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "id",
"enum": [
"id",
"include"
],
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"theme_json_version": {
"description": "Versi\u00f3n del schema theme.json usado para los ajustes de tipograf\u00eda.",
"type": "integer",
"default": 2,
"minimum": 2,
"maximum": 2,
"required": false
},
"font_family_settings": {
"description": "Declaraci\u00f3n font-family en formato theme.json, codificada como cadena.",
"type": "string",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/font-families"
}
]
}
},
"\/wp\/v2\/font-families\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"theme_json_version": {
"description": "Versi\u00f3n del schema theme.json usado para los ajustes de tipograf\u00eda.",
"type": "integer",
"default": 2,
"minimum": 2,
"maximum": 2,
"required": false
},
"font_family_settings": {
"description": "Declaraci\u00f3n font-family en formato theme.json, codificada como cadena.",
"type": "string",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"font_family_id": {
"description": "El ID de la familia de fuentes padre de la fuente.",
"type": "integer",
"required": true
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "id",
"enum": [
"id",
"include"
],
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"font_family_id": {
"description": "El ID de la familia de fuentes padre de la fuente.",
"type": "integer",
"required": true
},
"theme_json_version": {
"description": "Versi\u00f3n del schema theme.json usado para los ajustes de tipograf\u00eda.",
"type": "integer",
"default": 2,
"minimum": 2,
"maximum": 2,
"required": false
},
"font_face_settings": {
"description": "Declaraci\u00f3n font-face en formato theme.json, codificada como cadena.",
"type": "string",
"required": true
}
}
}
]
},
"\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"font_family_id": {
"description": "El ID de la familia de fuentes padre de la fuente.",
"type": "integer",
"required": true
},
"id": {
"description": "Identificador \u00fanico para el font face.",
"type": "integer",
"required": true
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"font_family_id": {
"description": "El ID de la familia de fuentes padre de la fuente.",
"type": "integer",
"required": true
},
"id": {
"description": "Identificador \u00fanico para el font face.",
"type": "integer",
"required": true
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/templately_library": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"author": {
"description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"author_exclude": {
"description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/templately_library"
}
]
}
},
"\/wp\/v2\/templately_library\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/templately_library\/(?P[\\d]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
"type": "string",
"default": "date",
"enum": [
"date",
"id",
"include",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
}
}
}
]
},
"\/wp\/v2\/templately_library\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/templately_library\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
},
"jetpack_sharing_enabled": {
"description": "\u00bfEst\u00e1n activados los botones para compartir?",
"type": "boolean",
"required": false
}
}
}
]
},
"\/wp\/v2\/templately_library\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/jp_pay_order": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/jp_pay_order"
}
]
}
},
"\/wp\/v2\/jp_pay_order\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/jp_pay_order\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"excerpt": {
"description": "El extracto de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Extracto para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
},
"protected": {
"description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/jp_pay_order\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/jp_pay_product": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_after": {
"description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"author": {
"description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"author_exclude": {
"description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"before": {
"description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
"type": "string",
"format": "date-time",
"required": false
},
"modified_before": {
"description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title"
],
"required": false
},
"search_columns": {
"default": [],
"description": "Array de nombres de columnas que se van a buscar.",
"type": "array",
"items": {
"enum": [
"post_title",
"post_content",
"post_excerpt"
],
"type": "string"
},
"required": false
},
"slug": {
"description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"status": {
"default": "publish",
"description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
"type": "array",
"items": {
"enum": [
"publish",
"future",
"draft",
"pending",
"private",
"trash",
"auto-draft",
"inherit",
"request-pending",
"request-confirmed",
"request-failed",
"request-completed",
"any"
],
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"spay_price": {
"type": "number",
"description": "Pagos simples; precio.",
"default": 0
},
"spay_currency": {
"type": "string",
"description": "Pagos simples; c\u00f3digo de moneda.",
"default": ""
},
"spay_cta": {
"type": "string",
"description": "Pagos simples; texto con \u00abCompra\u00bb u otra CTA",
"default": ""
},
"spay_multiple": {
"type": "boolean",
"description": "Pagos simples; permitir varios art\u00edculos",
"default": false
},
"spay_email": {
"type": "string",
"description": "Bot\u00f3n de pagos simples; correo electr\u00f3nico de paypal.",
"default": ""
},
"spay_status": {
"type": "string",
"description": "Pagos simples: estado.",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/jp_pay_product"
}
]
}
},
"\/wp\/v2\/jp_pay_product\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"spay_price": {
"type": "number",
"description": "Pagos simples; precio.",
"default": 0
},
"spay_currency": {
"type": "string",
"description": "Pagos simples; c\u00f3digo de moneda.",
"default": ""
},
"spay_cta": {
"type": "string",
"description": "Pagos simples; texto con \u00abCompra\u00bb u otra CTA",
"default": ""
},
"spay_multiple": {
"type": "boolean",
"description": "Pagos simples; permitir varios art\u00edculos",
"default": false
},
"spay_email": {
"type": "string",
"description": "Bot\u00f3n de pagos simples; correo electr\u00f3nico de paypal.",
"default": ""
},
"spay_status": {
"type": "string",
"description": "Pagos simples: estado.",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico de la entrada.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
}
}
}
]
},
"\/wp\/v2\/jp_pay_product\/(?P[\\d]+)\/autosaves": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que la entrada fue publicada, como GMT.",
"type": [
"string",
"null"
],
"format": "date-time",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
"type": "string",
"required": false
},
"status": {
"description": "Un nombre de estado de la entrada.",
"type": "string",
"enum": [
"publish",
"future",
"draft",
"pending",
"private"
],
"required": false
},
"password": {
"description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
"type": "string",
"required": false
},
"title": {
"description": "El t\u00edtulo para la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"content": {
"description": "El contenido de la entrada.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido de la entrada, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit"
],
"readonly": true
},
"block_version": {
"description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
"type": "integer",
"context": [
"edit"
],
"readonly": true
},
"protected": {
"description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
"type": "boolean",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"author": {
"description": "El ID del autor de la entrada.",
"type": "integer",
"required": false
},
"featured_media": {
"description": "El ID de la imagen destacada para la entrada.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"site-sidebar-layout": {
"type": "string",
"description": "",
"default": "default"
},
"site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"ast-site-content-layout": {
"type": "string",
"description": "",
"default": ""
},
"site-content-style": {
"type": "string",
"description": "",
"default": "default"
},
"site-sidebar-style": {
"type": "string",
"description": "",
"default": "default"
},
"ast-global-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-banner-title-visibility": {
"type": "string",
"description": "",
"default": ""
},
"ast-main-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-above-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-below-header-display": {
"type": "string",
"description": "",
"default": ""
},
"ast-hfb-mobile-header-display": {
"type": "string",
"description": "",
"default": ""
},
"site-post-title": {
"type": "string",
"description": "",
"default": ""
},
"ast-breadcrumbs-content": {
"type": "string",
"description": "",
"default": ""
},
"ast-featured-img": {
"type": "string",
"description": "",
"default": ""
},
"footer-sml-layout": {
"type": "string",
"description": "",
"default": ""
},
"theme-transparent-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"adv-header-id-meta": {
"type": "string",
"description": "",
"default": ""
},
"stick-header-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-above-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-main-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"header-below-stick-meta": {
"type": "string",
"description": "",
"default": ""
},
"astra-migrate-meta-layouts": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-enabled": {
"type": "string",
"description": "",
"default": "default"
},
"ast-page-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"ast-content-background-meta": {
"type": "object",
"description": "",
"default": {
"desktop": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"tablet": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
},
"mobile": {
"background-color": "var(--ast-global-color-5)",
"background-image": "",
"background-repeat": "repeat",
"background-position": "center center",
"background-size": "auto",
"background-attachment": "scroll",
"background-type": "",
"background-media": "",
"overlay-type": "",
"overlay-color": "",
"overlay-gradient": ""
}
},
"properties": {
"desktop": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"tablet": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
},
"mobile": {
"type": "object",
"properties": {
"background-color": {
"type": "string"
},
"background-image": {
"type": "string"
},
"background-repeat": {
"type": "string"
},
"background-position": {
"type": "string"
},
"background-size": {
"type": "string"
},
"background-attachment": {
"type": "string"
},
"background-type": {
"type": "string"
},
"background-media": {
"type": "string"
},
"overlay-type": {
"type": "string"
},
"overlay-color": {
"type": "string"
},
"overlay-gradient": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"spay_price": {
"type": "number",
"description": "Pagos simples; precio.",
"default": 0
},
"spay_currency": {
"type": "string",
"description": "Pagos simples; c\u00f3digo de moneda.",
"default": ""
},
"spay_cta": {
"type": "string",
"description": "Pagos simples; texto con \u00abCompra\u00bb u otra CTA",
"default": ""
},
"spay_multiple": {
"type": "boolean",
"description": "Pagos simples; permitir varios art\u00edculos",
"default": false
},
"spay_email": {
"type": "string",
"description": "Bot\u00f3n de pagos simples; correo electr\u00f3nico de paypal.",
"default": ""
},
"spay_status": {
"type": "string",
"description": "Pagos simples: estado.",
"default": ""
}
},
"required": false
},
"template": {
"description": "El archivo del tema a usar para mostrar la entrada.",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/jp_pay_product\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID para el superior del guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"id": {
"description": "El ID para el guardado autom\u00e1tico.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/types": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/types"
}
]
}
},
"\/wp\/v2\/types\/(?P[\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"type": {
"description": "Un identificador alfanum\u00e9rico del tipo de contenido.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/statuses": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/statuses"
}
]
}
},
"\/wp\/v2\/statuses\/(?P[\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"status": {
"description": "Un identificador alfanum\u00e9rico del estado.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/taxonomies": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"type": {
"description": "Limitar los resultados a taxonom\u00edas asociadas con un tipo de contenido espec\u00edfico.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/taxonomies"
}
]
}
},
"\/wp\/v2\/taxonomies\/(?P[\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"taxonomy": {
"description": "Un identificador alfanum\u00e9rico de la taxonom\u00eda.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/categories": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "asc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
"type": "string",
"default": "name",
"enum": [
"id",
"include",
"name",
"slug",
"include_slugs",
"term_group",
"description",
"count"
],
"required": false
},
"hide_empty": {
"description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
"type": "boolean",
"default": false,
"required": false
},
"parent": {
"description": "Limitar el resultado a t\u00e9rminos asignados a un superior espec\u00edfico.",
"type": "integer",
"required": false
},
"post": {
"description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
"type": "integer",
"default": null,
"required": false
},
"slug": {
"description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": true
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"parent": {
"description": "Identificador del t\u00e9rmino superior.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/categories"
}
]
}
},
"\/wp\/v2\/categories\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"parent": {
"description": "Identificador del t\u00e9rmino superior.",
"type": "integer",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/tags": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "asc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
"type": "string",
"default": "name",
"enum": [
"id",
"include",
"name",
"slug",
"include_slugs",
"term_group",
"description",
"count"
],
"required": false
},
"hide_empty": {
"description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
"type": "boolean",
"default": false,
"required": false
},
"post": {
"description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
"type": "integer",
"default": null,
"required": false
},
"slug": {
"description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": true
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/tags"
}
]
}
},
"\/wp\/v2\/tags\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/menus": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "asc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
"type": "string",
"default": "name",
"enum": [
"id",
"include",
"name",
"slug",
"include_slugs",
"term_group",
"description",
"count"
],
"required": false
},
"hide_empty": {
"description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
"type": "boolean",
"default": false,
"required": false
},
"post": {
"description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
"type": "integer",
"default": null,
"required": false
},
"slug": {
"description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": true
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
},
"locations": {
"description": "Las ubicaciones asignadas al men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"auto_add": {
"description": "Si quieres a\u00f1adir autom\u00e1ticamente las p\u00e1ginas de nivel superior a este men\u00fa.",
"type": "boolean",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/menus"
}
]
}
},
"\/wp\/v2\/menus\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
},
"locations": {
"description": "Las ubicaciones asignadas al men\u00fa.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"auto_add": {
"description": "Si quieres a\u00f1adir autom\u00e1ticamente las p\u00e1ginas de nivel superior a este men\u00fa.",
"type": "boolean",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/wp_pattern_category": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "asc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
"type": "string",
"default": "name",
"enum": [
"id",
"include",
"name",
"slug",
"include_slugs",
"term_group",
"description",
"count"
],
"required": false
},
"hide_empty": {
"description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
"type": "boolean",
"default": false,
"required": false
},
"post": {
"description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
"type": "integer",
"default": null,
"required": false
},
"slug": {
"description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": true
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/wp_pattern_category"
}
]
}
},
"\/wp\/v2\/wp_pattern_category\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"description": {
"description": "Descripci\u00f3n HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"name": {
"description": "T\u00edtulo HTML del t\u00e9rmino.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del t\u00e9rmino.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
"required": false
}
}
}
]
},
"\/wp\/v2\/users": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"default": "asc",
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"enum": [
"asc",
"desc"
],
"type": "string",
"required": false
},
"orderby": {
"default": "name",
"description": "Ordenar la colecci\u00f3n por el atributo del usuario.",
"enum": [
"id",
"include",
"name",
"registered_date",
"slug",
"include_slugs",
"email",
"url"
],
"type": "string",
"required": false
},
"slug": {
"description": "Limitar el resultado a usuarios con uno o m\u00e1s slugs espec\u00edficos.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"roles": {
"description": "Limitar el resultado a usuarios que se ajusten al menos a un perfil espec\u00edfico facilitado. Acepta listas en CSV o un solo perfil.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"capabilities": {
"description": "Limita el conjunto de resultados a usuarios que coincidan, al menos, con una capacidad espec\u00edfica proporcionada. Acepta listas en CSV o una \u00fanica capacidad.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"who": {
"description": "Limitar el resultado a usuarios considerados autores.",
"type": "string",
"enum": [
"authors"
],
"required": false
},
"has_published_posts": {
"description": "Limitar el resultado a usuarios que han publicado entradas.",
"type": [
"boolean",
"array"
],
"items": {
"type": "string",
"enum": {
"post": "post",
"page": "page",
"attachment": "attachment",
"nav_menu_item": "nav_menu_item",
"wp_block": "wp_block",
"wp_template": "wp_template",
"wp_template_part": "wp_template_part",
"wp_navigation": "wp_navigation",
"wp_font_family": "wp_font_family",
"wp_font_face": "wp_font_face",
"templately_library": "templately_library",
"jp_pay_order": "jp_pay_order",
"jp_pay_product": "jp_pay_product"
}
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"username": {
"description": "Nombre de acceso del usuario.",
"type": "string",
"required": true
},
"name": {
"description": "Muestra el nombre del usuario.",
"type": "string",
"required": false
},
"first_name": {
"description": "Nombre del usuario.",
"type": "string",
"required": false
},
"last_name": {
"description": "Apellidos del usuario.",
"type": "string",
"required": false
},
"email": {
"description": "La direcci\u00f3n de correo electr\u00f3nico del usuario.",
"type": "string",
"format": "email",
"required": true
},
"url": {
"description": "URL del usuario.",
"type": "string",
"format": "uri",
"required": false
},
"description": {
"description": "Descripci\u00f3n del usuario.",
"type": "string",
"required": false
},
"locale": {
"description": "Idioma local del usuario.",
"type": "string",
"enum": [
"",
"en_US",
"es_ES",
"fr_FR"
],
"required": false
},
"nickname": {
"description": "Alias del usuario.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico del usuario.",
"type": "string",
"required": false
},
"roles": {
"description": "Perfiles asignados al usuario.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"password": {
"description": "Contrase\u00f1a del usuario (no incluida).",
"type": "string",
"required": true
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"persisted_preferences": {
"type": "object",
"description": "",
"default": [],
"context": [
"edit"
],
"properties": {
"_modified": {
"description": "La fecha y hora en que se actualizaron las preferencias.",
"type": "string",
"format": "date-time",
"readonly": false
}
},
"additionalProperties": true
}
},
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/users"
}
]
}
},
"\/wp\/v2\/users\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Identificador \u00fanico del usuario.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Identificador \u00fanico del usuario.",
"type": "integer",
"required": false
},
"username": {
"description": "Nombre de acceso del usuario.",
"type": "string",
"required": false
},
"name": {
"description": "Muestra el nombre del usuario.",
"type": "string",
"required": false
},
"first_name": {
"description": "Nombre del usuario.",
"type": "string",
"required": false
},
"last_name": {
"description": "Apellidos del usuario.",
"type": "string",
"required": false
},
"email": {
"description": "La direcci\u00f3n de correo electr\u00f3nico del usuario.",
"type": "string",
"format": "email",
"required": false
},
"url": {
"description": "URL del usuario.",
"type": "string",
"format": "uri",
"required": false
},
"description": {
"description": "Descripci\u00f3n del usuario.",
"type": "string",
"required": false
},
"locale": {
"description": "Idioma local del usuario.",
"type": "string",
"enum": [
"",
"en_US",
"es_ES",
"fr_FR"
],
"required": false
},
"nickname": {
"description": "Alias del usuario.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico del usuario.",
"type": "string",
"required": false
},
"roles": {
"description": "Perfiles asignados al usuario.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"password": {
"description": "Contrase\u00f1a del usuario (no incluida).",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"persisted_preferences": {
"type": "object",
"description": "",
"default": [],
"context": [
"edit"
],
"properties": {
"_modified": {
"description": "La fecha y hora en que se actualizaron las preferencias.",
"type": "string",
"format": "date-time",
"readonly": false
}
},
"additionalProperties": true
}
},
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Identificador \u00fanico del usuario.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que los usuarios no son compatibles con el env\u00edo a la papelera.",
"required": false
},
"reassign": {
"type": "integer",
"description": "Reasignando las entradas y los enlaces del usuario borrados a la ID de este usuario.",
"required": true
}
}
}
]
},
"\/wp\/v2\/users\/me": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"username": {
"description": "Nombre de acceso del usuario.",
"type": "string",
"required": false
},
"name": {
"description": "Muestra el nombre del usuario.",
"type": "string",
"required": false
},
"first_name": {
"description": "Nombre del usuario.",
"type": "string",
"required": false
},
"last_name": {
"description": "Apellidos del usuario.",
"type": "string",
"required": false
},
"email": {
"description": "La direcci\u00f3n de correo electr\u00f3nico del usuario.",
"type": "string",
"format": "email",
"required": false
},
"url": {
"description": "URL del usuario.",
"type": "string",
"format": "uri",
"required": false
},
"description": {
"description": "Descripci\u00f3n del usuario.",
"type": "string",
"required": false
},
"locale": {
"description": "Idioma local del usuario.",
"type": "string",
"enum": [
"",
"en_US",
"es_ES",
"fr_FR"
],
"required": false
},
"nickname": {
"description": "Alias del usuario.",
"type": "string",
"required": false
},
"slug": {
"description": "Un identificador alfanum\u00e9rico del usuario.",
"type": "string",
"required": false
},
"roles": {
"description": "Perfiles asignados al usuario.",
"type": "array",
"items": {
"type": "string"
},
"required": false
},
"password": {
"description": "Contrase\u00f1a del usuario (no incluida).",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": {
"persisted_preferences": {
"type": "object",
"description": "",
"default": [],
"context": [
"edit"
],
"properties": {
"_modified": {
"description": "La fecha y hora en que se actualizaron las preferencias.",
"type": "string",
"format": "date-time",
"readonly": false
}
},
"additionalProperties": true
}
},
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"force": {
"type": "boolean",
"default": false,
"description": "Es necesario que sea \u00abtrue\u00bb, ya que los usuarios no son compatibles con el env\u00edo a la papelera.",
"required": false
},
"reassign": {
"type": "integer",
"description": "Reasignando las entradas y los enlaces del usuario borrados a la ID de este usuario.",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/users\/me"
}
]
}
},
"\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"app_id": {
"description": "Un UUID proporcionado por la aplicaci\u00f3n para identificarla de forma \u00fanica. Se recomienda usar un UUID v5 con la URL o el espacio de nombres DNS.",
"type": "string",
"format": "uuid",
"required": false
},
"name": {
"description": "El nombre de la contrase\u00f1a de la aplicaci\u00f3n.",
"type": "string",
"minLength": 1,
"pattern": ".*\\S.*",
"required": true
}
}
},
{
"methods": [
"DELETE"
],
"args": []
}
]
},
"\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords\/introspect": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords\/(?P[\\w\\-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"app_id": {
"description": "Un UUID proporcionado por la aplicaci\u00f3n para identificarla de forma \u00fanica. Se recomienda usar un UUID v5 con la URL o el espacio de nombres DNS.",
"type": "string",
"format": "uuid",
"required": false
},
"name": {
"description": "El nombre de la contrase\u00f1a de la aplicaci\u00f3n.",
"type": "string",
"minLength": 1,
"pattern": ".*\\S.*",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": []
}
]
},
"\/wp\/v2\/comments": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"after": {
"description": "Limitar la respuesta a comentarios publicados despu\u00e9s de una fecha dada compatible con ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"author": {
"description": "Limitar el conjunto de resultados a comentarios asignados a identificadores de usuario espec\u00edficos. Necesita autorizaci\u00f3n.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"author_exclude": {
"description": "Asegurar que el conjunto de resultados excluye los comentarios asignados a IDs de usuario espec\u00edficos. Necesita autorizaci\u00f3n.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"author_email": {
"default": null,
"description": "Limitar el conjunto de resultados a aquellos con un correo electr\u00f3nico de autor espec\u00edfico. Necesita autorizaci\u00f3n.",
"format": "email",
"type": "string",
"required": false
},
"before": {
"description": "Limitar la respuesta a comentarios publicados antes de una fecha dada compatible con ISO8601.",
"type": "string",
"format": "date-time",
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo del comentario.",
"type": "string",
"default": "date_gmt",
"enum": [
"date",
"date_gmt",
"id",
"include",
"post",
"parent",
"type"
],
"required": false
},
"parent": {
"default": [],
"description": "Limitar el resultado a comentarios con ID superiores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"parent_exclude": {
"default": [],
"description": "Asegurar que el conjunto de resultados excluya los IDs superiores espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"post": {
"default": [],
"description": "Limitar el resultado a comentarios asignados a IDs de entrada espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"required": false
},
"status": {
"default": "approve",
"description": "Limitar el conjunto de resultados a los comentarios asignados a un estado espec\u00edfico. Necesita autorizaci\u00f3n.",
"type": "string",
"required": false
},
"type": {
"default": "comment",
"description": "Limitar el conjunto de resultados a los comentarios asignados a un tipo espec\u00edfico. Necesita autorizaci\u00f3n.",
"type": "string",
"required": false
},
"password": {
"description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"author": {
"description": "El ID del objeto del usuario, si el autor era un usuario.",
"type": "integer",
"required": false
},
"author_email": {
"description": "Direcci\u00f3n de correo electr\u00f3nico del autor del comentario.",
"type": "string",
"format": "email",
"required": false
},
"author_ip": {
"description": "Direcci\u00f3n IP del autor del comentario.",
"type": "string",
"format": "ip",
"required": false
},
"author_name": {
"description": "Muestra el nombre del autor del comentario.",
"type": "string",
"required": false
},
"author_url": {
"description": "URL del autor del comentario.",
"type": "string",
"format": "uri",
"required": false
},
"author_user_agent": {
"description": "Agente de usuario del autor del comentario.",
"type": "string",
"required": false
},
"content": {
"description": "El contenido para el comentario.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido para el comentario, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML para el comentario, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 el comentario, en la zona horaria del sitio.",
"type": "string",
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que el comentario fue publicado, como GMT.",
"type": "string",
"format": "date-time",
"required": false
},
"parent": {
"default": 0,
"description": "El ID del superior del comentario.",
"type": "integer",
"required": false
},
"post": {
"default": 0,
"description": "El ID del objeto asociado a la entrada.",
"type": "integer",
"required": false
},
"status": {
"description": "Estado del comentario.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/comments"
}
]
}
},
"\/wp\/v2\/comments\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "Identificador \u00fanico para el comentario.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"password": {
"description": "La contrase\u00f1a de la entrada superior del comentario (si la entrada est\u00e1 protegida por contrase\u00f1a).",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"id": {
"description": "Identificador \u00fanico para el comentario.",
"type": "integer",
"required": false
},
"author": {
"description": "El ID del objeto del usuario, si el autor era un usuario.",
"type": "integer",
"required": false
},
"author_email": {
"description": "Direcci\u00f3n de correo electr\u00f3nico del autor del comentario.",
"type": "string",
"format": "email",
"required": false
},
"author_ip": {
"description": "Direcci\u00f3n IP del autor del comentario.",
"type": "string",
"format": "ip",
"required": false
},
"author_name": {
"description": "Muestra el nombre del autor del comentario.",
"type": "string",
"required": false
},
"author_url": {
"description": "URL del autor del comentario.",
"type": "string",
"format": "uri",
"required": false
},
"author_user_agent": {
"description": "Agente de usuario del autor del comentario.",
"type": "string",
"required": false
},
"content": {
"description": "El contenido para el comentario.",
"type": "object",
"properties": {
"raw": {
"description": "Contenido para el comentario, tal como existe en la base de datos.",
"type": "string",
"context": [
"edit"
]
},
"rendered": {
"description": "Contenido HTML para el comentario, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
},
"date": {
"description": "La fecha en la que se public\u00f3 el comentario, en la zona horaria del sitio.",
"type": "string",
"format": "date-time",
"required": false
},
"date_gmt": {
"description": "La fecha en la que el comentario fue publicado, como GMT.",
"type": "string",
"format": "date-time",
"required": false
},
"parent": {
"description": "El ID del superior del comentario.",
"type": "integer",
"required": false
},
"post": {
"description": "El ID del objeto asociado a la entrada.",
"type": "integer",
"required": false
},
"status": {
"description": "Estado del comentario.",
"type": "string",
"required": false
},
"meta": {
"description": "Campos meta.",
"type": "object",
"properties": [],
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"id": {
"description": "Identificador \u00fanico para el comentario.",
"type": "integer",
"required": false
},
"force": {
"type": "boolean",
"default": false,
"description": "Si se evita la papelera y se fuerza el borrado.",
"required": false
},
"password": {
"description": "La contrase\u00f1a de la entrada superior del comentario (si la entrada est\u00e1 protegida por contrase\u00f1a).",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/search": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"type": {
"default": "post",
"description": "Limitar los resultados a elementos de un tipo de objeto.",
"type": "string",
"enum": [
"post",
"term",
"post-format"
],
"required": false
},
"subtype": {
"default": "any",
"description": "Limitar los resultados a elementos de uno o m\u00e1s subtipos de objetos.",
"type": "array",
"items": {
"enum": [
"post",
"page",
"templately_library",
"category",
"post_tag",
"any"
],
"type": "string"
},
"required": false
},
"exclude": {
"description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
},
"include": {
"description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
"type": "array",
"items": {
"type": "integer"
},
"default": [],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/search"
}
]
}
},
"\/wp\/v2\/block-renderer\/(?P[a-z0-9-]+\/[a-z0-9-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET",
"POST"
],
"args": {
"name": {
"description": "Nombre \u00fanico registrado para el bloque.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"edit"
],
"default": "view",
"required": false
},
"attributes": {
"description": "Atributos para el bloque.",
"type": "object",
"default": [],
"required": false
},
"post_id": {
"description": "ID del contexto de la entrada.",
"type": "integer",
"required": false
}
}
}
]
},
"\/wp\/v2\/block-types": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"namespace": {
"description": "Espacio de nombres del bloque.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/block-types"
}
]
}
},
"\/wp\/v2\/block-types\/(?P[a-zA-Z0-9_-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"namespace": {
"description": "Espacio de nombres del bloque.",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/block-types\/(?P[a-zA-Z0-9_-]+)\/(?P[a-zA-Z0-9_-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"name": {
"description": "Nombre del bloque.",
"type": "string",
"required": false
},
"namespace": {
"description": "Espacio de nombres del bloque.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
}
}
}
]
},
"\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "El ID del superior de la revisi\u00f3n de estilos globales.",
"type": "integer",
"required": false
},
"id": {
"description": "Identificador \u00fanico para la revisi\u00f3n de estilos globales.",
"type": "integer",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/global-styles\/themes\/(?P[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"stylesheet": {
"description": "El identificador del tema",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/global-styles\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"stylesheet": {
"description": "El identificador del tema",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/global-styles\/(?P[\\\/\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El id de una plantilla",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"styles": {
"description": "Estilos globales.",
"type": [
"object"
],
"required": false
},
"settings": {
"description": "Ajustes globales.",
"type": [
"object"
],
"required": false
},
"title": {
"description": "T\u00edtulo de la variaci\u00f3n de estilos globales.",
"type": [
"object",
"string"
],
"properties": {
"raw": {
"description": "T\u00edtulo para la variaci\u00f3n de estilos globales, tal y como existe en la base de datos.",
"type": "string",
"context": [
"view",
"edit",
"embed"
]
},
"rendered": {
"description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
"type": "string",
"context": [
"view",
"edit",
"embed"
],
"readonly": true
}
},
"required": false
}
}
}
]
},
"\/wp\/v2\/settings": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"title": {
"description": "T\u00edtulo del sitio.",
"type": "string",
"required": false
},
"description": {
"description": "Descripci\u00f3n corta del sitio.",
"type": "string",
"required": false
},
"url": {
"description": "URL del sitio.",
"type": "string",
"format": "uri",
"required": false
},
"email": {
"description": "Esta direcci\u00f3n se utiliza para fines de administraci\u00f3n, por ejemplo, avisos de nuevos usuarios.",
"type": "string",
"format": "email",
"required": false
},
"timezone": {
"description": "Una ciudad en la misma zona horaria que t\u00fa.",
"type": "string",
"required": false
},
"date_format": {
"description": "Formato fecha para todas las cadenas de fecha.",
"type": "string",
"required": false
},
"time_format": {
"description": "Formato de hora para todas las cadenas de hora.",
"type": "string",
"required": false
},
"start_of_week": {
"description": "El n\u00famero de d\u00eda en el que la semana debe comenzar.",
"type": "integer",
"required": false
},
"language": {
"description": "C\u00f3digo del idioma local de WordPress.",
"type": "string",
"required": false
},
"use_smilies": {
"description": "Convierte emoticonos como :-) y :-P en gr\u00e1ficos en la pantalla.",
"type": "boolean",
"required": false
},
"default_category": {
"description": "Categoria de entrada por defecto",
"type": "integer",
"required": false
},
"default_post_format": {
"description": "Formato de la entrada por defecto.",
"type": "string",
"required": false
},
"posts_per_page": {
"description": "P\u00e1ginas de blog mostradas como m\u00e1ximo.",
"type": "integer",
"required": false
},
"show_on_front": {
"description": "Qu\u00e9 mostrar en la p\u00e1gina de inicio",
"type": "string",
"required": false
},
"page_on_front": {
"description": "El ID de la p\u00e1gina que debe mostrarse en la p\u00e1gina de inicio",
"type": "integer",
"required": false
},
"page_for_posts": {
"description": "El ID de la p\u00e1gina que debe mostrar las \u00faltimas entradas",
"type": "integer",
"required": false
},
"default_ping_status": {
"description": "Permite avisos de enlaces desde otros sitios (pingbacks y trackbacks) en los nuevos art\u00edculos.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"default_comment_status": {
"description": "Permitir a la gente enviar comentarios en las nuevas entradas.",
"type": "string",
"enum": [
"open",
"closed"
],
"required": false
},
"site_logo": {
"description": "Logotipo del sitio.",
"type": "integer",
"required": false
},
"site_icon": {
"description": "Icono del sitio.",
"type": "integer",
"required": false
},
"cookie_consent_template": {
"description": "",
"type": "string",
"required": false
},
"Blogroll Recommendations": {
"description": "Recomendaciones del sitio",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "text-field"
},
"name": {
"type": "string",
"format": "text-field"
},
"icon": {
"type": "string",
"format": "uri"
},
"url": {
"type": "string",
"format": "uri"
},
"description": {
"type": "string",
"format": "text-field"
},
"is_non_wpcom_site": {
"type": "boolean"
}
},
"additionalProperties": false
},
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/settings"
}
]
}
},
"\/wp\/v2\/themes": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"status": {
"description": "Limitar el conjunto de resultados a los temas asignados a uno o m\u00e1s estados. ",
"type": "array",
"items": {
"enum": [
"active",
"inactive"
],
"type": "string"
},
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/themes"
}
]
}
},
"\/wp\/v2\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"stylesheet": {
"description": "La hoja de estilos del tema. Esto identifica el tema de forma \u00fanica.",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/plugins": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"required": false
},
"status": {
"description": "Limita los resultados a plugins con el estado dado.",
"type": "array",
"items": {
"type": "string",
"enum": [
"inactive",
"active"
]
},
"required": false
}
}
},
{
"methods": [
"POST"
],
"args": {
"slug": {
"type": "string",
"description": "Slug del plugin en el directorio WordPress.org.",
"pattern": "[\\w\\-]+",
"required": true
},
"status": {
"description": "Estado de activaci\u00f3n del plugin.",
"type": "string",
"enum": [
"inactive",
"active"
],
"default": "inactive",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/plugins"
}
]
}
},
"\/wp\/v2\/plugins\/(?P[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"plugin": {
"type": "string",
"pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"plugin": {
"type": "string",
"pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
"required": false
},
"status": {
"description": "Estado de activaci\u00f3n del plugin.",
"type": "string",
"enum": [
"inactive",
"active"
],
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"plugin": {
"type": "string",
"pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
"required": false
}
}
}
]
},
"\/wp\/v2\/sidebars": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/sidebars"
}
]
}
},
"\/wp\/v2\/sidebars\/(?P[\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El ID de una barra lateral registrada",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"args": {
"widgets": {
"description": "Widgets anidados.",
"type": "array",
"items": {
"type": [
"object",
"string"
]
},
"required": false
}
}
}
]
},
"\/wp\/v2\/widget-types": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/widget-types"
}
]
}
},
"\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"id": {
"description": "El ID del tipo de widget.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)\/encode": {
"namespace": "wp\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "El ID del tipo de widget.",
"type": "string",
"required": true
},
"instance": {
"description": "Ajustes de la instancia actual del widget.",
"type": "object",
"required": false
},
"form_data": {
"description": "Datos serializados de formulario de widget para cifrar en los ajustes de la instancia.",
"type": "string",
"required": false
}
}
}
]
},
"\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)\/render": {
"namespace": "wp\/v2",
"methods": [
"POST"
],
"endpoints": [
{
"methods": [
"POST"
],
"args": {
"id": {
"description": "El ID del tipo de widget.",
"type": "string",
"required": true
},
"instance": {
"description": "Ajustes de la instancia actual del widget.",
"type": "object",
"required": false
}
}
}
]
},
"\/wp\/v2\/widgets": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"sidebar": {
"description": "La barra lateral a la que devolver el widget.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"POST"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del widget.",
"type": "string",
"required": false
},
"id_base": {
"description": "El tipo de widget. Corresponde al ID en la variable widget-types.",
"type": "string",
"required": false
},
"sidebar": {
"default": "wp_inactive_widgets",
"description": "La barra lateral a la que pertenece el widget.",
"type": "string",
"required": true
},
"instance": {
"description": "Ajustes de la instancia del widget, si es compatible.",
"type": "object",
"properties": {
"encoded": {
"description": "Representaci\u00f3n base64 cifrada de los ajustes de la instancia.",
"type": "string",
"context": [
"edit"
]
},
"hash": {
"description": "Hash criptogr\u00e1fico de los ajustes de la instancia.",
"type": "string",
"context": [
"edit"
]
},
"raw": {
"description": "Ajustes de instancia sin cifrar, si es compatible.",
"type": "object",
"context": [
"edit"
]
}
},
"required": false
},
"form_data": {
"description": "Datos de formulario cifrados por URL del formulario de administraci\u00f3n del widget. Se usa para actualizar un widget que no tenga compatibilidad con instancias. Solo escritura.",
"type": "string",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/widgets"
}
]
}
},
"\/wp\/v2\/widgets\/(?P[\\w\\-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"endpoints": [
{
"methods": [
"GET"
],
"allow_batch": {
"v1": true
},
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
},
{
"methods": [
"POST",
"PUT",
"PATCH"
],
"allow_batch": {
"v1": true
},
"args": {
"id": {
"description": "Identificador \u00fanico del widget.",
"type": "string",
"required": false
},
"id_base": {
"description": "El tipo de widget. Corresponde al ID en la variable widget-types.",
"type": "string",
"required": false
},
"sidebar": {
"description": "La barra lateral a la que pertenece el widget.",
"type": "string",
"required": false
},
"instance": {
"description": "Ajustes de la instancia del widget, si es compatible.",
"type": "object",
"properties": {
"encoded": {
"description": "Representaci\u00f3n base64 cifrada de los ajustes de la instancia.",
"type": "string",
"context": [
"edit"
]
},
"hash": {
"description": "Hash criptogr\u00e1fico de los ajustes de la instancia.",
"type": "string",
"context": [
"edit"
]
},
"raw": {
"description": "Ajustes de instancia sin cifrar, si es compatible.",
"type": "object",
"context": [
"edit"
]
}
},
"required": false
},
"form_data": {
"description": "Datos de formulario cifrados por URL del formulario de administraci\u00f3n del widget. Se usa para actualizar un widget que no tenga compatibilidad con instancias. Solo escritura.",
"type": "string",
"required": false
}
}
},
{
"methods": [
"DELETE"
],
"allow_batch": {
"v1": true
},
"args": {
"force": {
"description": "Si forzar la eliminaci\u00f3n del widget o moverlo a la barra lateral inactiva.",
"type": "boolean",
"required": false
}
}
}
]
},
"\/wp\/v2\/block-directory\/search": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
},
"term": {
"description": "Limitar el resultado a bloques que coincidan con el t\u00e9rmino de b\u00fasqueda.",
"type": "string",
"minLength": 1,
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/block-directory\/search"
}
]
}
},
"\/wp\/v2\/pattern-directory\/patterns": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 100,
"minimum": 1,
"maximum": 100,
"required": false
},
"search": {
"description": "Limitar los resultados a aquellos que coinciden con una cadena.",
"type": "string",
"minLength": 1,
"required": false
},
"category": {
"description": "Limitar los resultados a los que coincidan con un ID de categor\u00eda.",
"type": "integer",
"minimum": 1,
"required": false
},
"keyword": {
"description": "Limitar resultados a los que coincidan con el ID de una palabra clave.",
"type": "integer",
"minimum": 1,
"required": false
},
"slug": {
"description": "Limita los resultados a los que coinciden con un patr\u00f3n (slug).",
"type": "array",
"required": false
},
"offset": {
"description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
"type": "integer",
"required": false
},
"order": {
"description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
"type": "string",
"default": "desc",
"enum": [
"asc",
"desc"
],
"required": false
},
"orderby": {
"description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
"type": "string",
"default": "date",
"enum": [
"author",
"date",
"id",
"include",
"modified",
"parent",
"relevance",
"slug",
"include_slugs",
"title",
"favorite_count"
],
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/pattern-directory\/patterns"
}
]
}
},
"\/wp\/v2\/block-patterns\/patterns": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/block-patterns\/patterns"
}
]
}
},
"\/wp\/v2\/block-patterns\/categories": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/block-patterns\/categories"
}
]
}
},
"\/wp-site-health\/v1": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "wp-site-health\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1"
}
]
}
},
"\/wp-site-health\/v1\/tests\/background-updates": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
}
]
}
},
"\/wp-site-health\/v1\/tests\/loopback-requests": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
}
]
}
},
"\/wp-site-health\/v1\/tests\/https-status": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/tests\/https-status"
}
]
}
},
"\/wp-site-health\/v1\/tests\/dotorg-communication": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
}
]
}
},
"\/wp-site-health\/v1\/tests\/authorization-header": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
}
]
}
},
"\/wp-site-health\/v1\/directory-sizes": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/directory-sizes"
}
]
}
},
"\/wp-site-health\/v1\/tests\/page-cache": {
"namespace": "wp-site-health\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
}
]
}
},
"\/wp-block-editor\/v1": {
"namespace": "wp-block-editor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"namespace": {
"default": "wp-block-editor\/v1",
"required": false
},
"context": {
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-block-editor\/v1"
}
]
}
},
"\/wp-block-editor\/v1\/url-details": {
"namespace": "wp-block-editor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"url": {
"description": "La URL a procesar.",
"type": "string",
"format": "uri",
"required": true
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-block-editor\/v1\/url-details"
}
]
}
},
"\/wp\/v2\/menu-locations": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/menu-locations"
}
]
}
},
"\/wp\/v2\/menu-locations\/(?P[\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"location": {
"description": "Un identificador alfanum\u00e9rico de la ubicaci\u00f3n del men\u00fa.",
"type": "string",
"required": false
},
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
},
"\/wp-block-editor\/v1\/export": {
"namespace": "wp-block-editor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-block-editor\/v1\/export"
}
]
}
},
"\/wp-block-editor\/v1\/navigation-fallback": {
"namespace": "wp-block-editor\/v1",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": []
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
}
]
}
},
"\/wp\/v2\/font-collections": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
},
"page": {
"description": "P\u00e1gina actual de la colecci\u00f3n.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
"type": "integer",
"default": 10,
"minimum": 1,
"maximum": 100,
"required": false
}
}
}
],
"_links": {
"self": [
{
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/font-collections"
}
]
}
},
"\/wp\/v2\/font-collections\/(?P[\\\/\\w-]+)": {
"namespace": "wp\/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"context": {
"description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
"type": "string",
"enum": [
"view",
"embed",
"edit"
],
"default": "view",
"required": false
}
}
}
]
}
},
"site_logo": 442,
"site_icon": 942,
"site_icon_url": "https:\/\/marinechef.com\/wp-content\/uploads\/2022\/05\/cropped-favicon.jpg",
"_links": {
"help": [
{
"href": "https:\/\/developer.wordpress.org\/rest-api\/"
}
],
"wp:featuredmedia": [
{
"embeddable": true,
"type": "site_logo",
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/media\/442"
},
{
"embeddable": true,
"type": "site_icon",
"href": "https:\/\/marinechef.com\/es\/wp-json\/wp\/v2\/media\/942"
}
],
"curies": [
{
"name": "wp",
"href": "https:\/\/api.w.org\/{rel}",
"templated": true
}
]
}
}