{
    "name": "NutiHub",
    "description": "Notion systems by NutiHub",
    "url": "https:\/\/nutihub.com",
    "home": "https:\/\/nutihub.com\/et",
    "gmt_offset": 3,
    "timezone_string": "Europe\/Tallinn",
    "page_for_posts": 344,
    "page_on_front": 341,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "essential-blocks\/v1",
        "greenshift\/v1",
        "litespeed\/v1",
        "litespeed\/v3",
        "nwsp\/v1",
        "rankmath\/v1",
        "rankmath\/v1\/setupWizard",
        "surecart\/v1",
        "popup-maker\/v2",
        "popup-maker\/v1",
        "e572f9d825b448efddef6771c5bcde65\/v1",
        "suremails\/v1",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/an",
        "rankmath\/v1\/in",
        "rankmath\/v1\/status",
        "google-site-kit\/v1",
        "hub-connector\/v1",
        "kit\/v1",
        "forminator\/v1",
        "wappointment\/v1",
        "wpmudev_pcs\/v1",
        "notionwpsync\/v1",
        "nps-survey\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/nutihub.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Objekti URL, mis kasutab oEmbed-andmeid.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Objekti URL, mis kasutab oEmbed-andmeid.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Kasutatav oEmbed-vorming.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "S\u00fcvistatava elemendi maksimumlaius pikslites.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "S\u00fcvistatava elemendi maksimumk\u00f5rgus pikslites.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Kas teha oEmbed-p\u00e4ringuid valgesse nimekirja mittekuuluvatesse allikatesse.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "essential-blocks\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/essential-blocks\/v1"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1\/products": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_by": {
                            "required": false
                        },
                        "order": {
                            "required": false
                        },
                        "per_page": {
                            "required": false
                        },
                        "offset": {
                            "required": false
                        },
                        "categories": {
                            "required": false
                        },
                        "tags": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/essential-blocks\/v1\/products"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1\/queries": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/essential-blocks\/v1\/queries"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1\/roles": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/essential-blocks\/v1\/roles"
                    }
                ]
            }
        },
        "\/greenshift\/v1": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "greenshift\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/global_settings": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/global_settings"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/public_assets": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/public_assets"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/figma_settings": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/figma_settings"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/license_settings": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/license_settings"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/css_settings": {
            "namespace": "greenshift\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/css_settings"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/global_wp_settings": {
            "namespace": "greenshift\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/global_wp_settings"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/convert-svgstring-from-svg-image": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "imageid": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/convert-svgstring-from-svg-image"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/get-csv-to-json": {
            "namespace": "greenshift\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "required": true
                        },
                        "type": {
                            "type": "string",
                            "default": "row",
                            "required": false
                        },
                        "remove_rows": {
                            "type": "string",
                            "required": false
                        },
                        "remove_columns": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/get-csv-to-json"
                    }
                ]
            }
        },
        "\/greenshift\/v1\/update-custom-js": {
            "namespace": "greenshift\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/greenshift\/v1\/update-custom-js"
                    }
                ]
            }
        },
        "\/litespeed\/v1": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "litespeed\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/toggle_crawler_state": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/toggle_crawler_state"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/tool\/check_ip": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/tool\/check_ip"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/guest\/sync": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/guest\/sync"
                    }
                ]
            }
        },
        "\/litespeed\/v3": {
            "namespace": "litespeed\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "litespeed\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v3"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/ip_validate": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v3\/ip_validate"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/wp_rest_echo": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v3\/wp_rest_echo"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/ping": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v3\/ping"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/cdn_status": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v3\/cdn_status"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_img": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/notify_img"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_ccss": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/notify_ccss"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_ucss": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/notify_ucss"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_vpi": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/notify_vpi"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/err_domains": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v3\/err_domains"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/check_img": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/litespeed\/v1\/check_img"
                    }
                ]
            }
        },
        "\/nwsp\/v1": {
            "namespace": "nwsp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "nwsp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/nwsp\/v1"
                    }
                ]
            }
        },
        "\/nwsp\/v1\/webhook": {
            "namespace": "nwsp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/nwsp\/v1\/webhook"
                    }
                ]
            }
        },
        "\/nwsp\/v1\/webhook\/ping": {
            "namespace": "nwsp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/nwsp\/v1\/webhook\/ping"
                    }
                ]
            }
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "Module slug",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "Module state either on or off",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "description": "Action to perform",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "mode": {
                            "type": "string",
                            "description": "Mode to set",
                            "enum": [
                                "easy",
                                "advanced",
                                "custom"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postScores": {
                            "type": "object",
                            "description": "Post scores",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/searchPage": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/searchPage"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Site token",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "description": "Post ID",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "objectType": {
                            "type": "string",
                            "default": "post",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "hasRedirect": {
                            "type": "boolean",
                            "description": "Whether the object has a redirect or not",
                            "required": true
                        },
                        "redirectionID": {
                            "type": "string",
                            "description": "Redirection ID",
                            "required": false
                        },
                        "redirectionUrl": {
                            "type": "string",
                            "description": "Redirection URL",
                            "required": false
                        },
                        "redirectionType": {
                            "type": "string",
                            "default": "301",
                            "description": "Redirection Type",
                            "enum": [
                                "301",
                                "302",
                                "307",
                                "410",
                                "451"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "schemas": {
                            "description": "schemas to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "Selected posts to update the data for.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/setupWizard",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/setupWizard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/getStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/setupWizard\/getStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        },
                        "value": {
                            "type": "object",
                            "description": "Current Step Data",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/setupWizard\/updateStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateTrackingOptin": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "enable_tracking": {
                            "type": "string",
                            "description": "Enable Tracking",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/setupWizard\/updateTrackingOptin"
                    }
                ]
            }
        },
        "\/surecart\/v1": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "surecart\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1"
                    }
                ]
            }
        },
        "\/surecart\/v1\/site-health\/api-connectivity": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/site-health\/api-connectivity"
                    }
                ]
            }
        },
        "\/surecart\/v1\/site-health\/webhooks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/site-health\/webhooks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/abandoned_checkouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/abandoned_checkouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/abandoned_checkouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/abandoned_checkout_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/abandoned_checkout_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/form-patterns": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/form-patterns"
                    }
                ]
            }
        },
        "\/surecart\/v1\/account": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/account"
                    }
                ]
            }
        },
        "\/surecart\/v1\/brand": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/brand"
                    }
                ]
            }
        },
        "\/surecart\/v1\/brand\/purge_logo": {
            "namespace": "surecart\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/brand\/purge_logo"
                    }
                ]
            }
        },
        "\/surecart\/v1\/bumps": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/bumps"
                    }
                ]
            }
        },
        "\/surecart\/v1\/bumps\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/upsell_funnels": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/upsell_funnels"
                    }
                ]
            }
        },
        "\/surecart\/v1\/upsell_funnels\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/upsells": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/upsells"
                    }
                ]
            }
        },
        "\/surecart\/v1\/upsells\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/fulfillments": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/fulfillments"
                    }
                ]
            }
        },
        "\/surecart\/v1\/fulfillments\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/login": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/login"
                    }
                ]
            }
        },
        "\/surecart\/v1\/purchases\/(?P<id>\\S+)\/revoke": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/purchases\/(?P<id>\\S+)\/invoke": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/purchases": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/purchases"
                    }
                ]
            }
        },
        "\/surecart\/v1\/purchases\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/stats\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/integrations\/(?P<id>\\d+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/integrations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "model_ids": {
                            "description": "The SureCart model id.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "integration_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/integrations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/incoming_webhooks\/(?P<id>\\d+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/incoming_webhooks\/(?P<id>\\d+)\/retry": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/incoming_webhooks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_ids": {
                            "description": "The SureCart model id.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "processed": {
                            "type": "boolean",
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/incoming_webhooks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/webhook_endpoint\/resync": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/webhook_endpoint\/resync"
                    }
                ]
            }
        },
        "\/surecart\/v1\/webhook_endpoint": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/webhook_endpoint"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_catalog": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/integration_catalog"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_catalog\/(?P<id>\\d+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/cancellation_acts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/cancellation_acts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/cancellation_acts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/cancellation_reasons": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/cancellation_reasons"
                    }
                ]
            }
        },
        "\/surecart\/v1\/cancellation_reasons\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customers\/(?P<id>\\S+)\/connect\/(?P<user_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customers\/sync": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/customers\/sync"
                    }
                ]
            }
        },
        "\/surecart\/v1\/customers\/(?P<id>\\S+)\/expose\/(?P<media_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customers": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/customers"
                    }
                ]
            }
        },
        "\/surecart\/v1\/customers\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_methods\/(?P<id>\\S+)\/detach": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_methods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/payment_methods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payment_methods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/processors\/(?P<id>\\S+)\/payment_method_types": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/processors": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/processors"
                    }
                ]
            }
        },
        "\/surecart\/v1\/processors\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/display_currencies": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/display_currencies"
                    }
                ]
            }
        },
        "\/surecart\/v1\/display_currencies\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/manual_payment_methods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/manual_payment_methods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/manual_payment_methods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_intents\/(?P<id>\\S+)\/capture": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_intents": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/payment_intents"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payment_intents\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/products\/(?P<id>\\S+)\/sync": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/products\/sync_all": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/products\/sync_all"
                    }
                ]
            }
        },
        "\/surecart\/v1\/products\/(?P<id>\\S+)\/duplicate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/products": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "archived": {
                            "description": "Whether to get archived products or not.",
                            "type": "boolean",
                            "required": false
                        },
                        "recurring": {
                            "description": "Only return products that are recurring or not recurring (one time).",
                            "type": "boolean",
                            "required": false
                        },
                        "query": {
                            "description": "The query to be used for full text search of this collection.",
                            "type": "string",
                            "required": false
                        },
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_group_ids": {
                            "description": "Only return objects that belong to the given product groups.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_collection_ids": {
                            "description": "Only return objects that belong to the given product collections.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/products"
                    }
                ]
            }
        },
        "\/surecart\/v1\/products\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_groups": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/product_groups"
                    }
                ]
            }
        },
        "\/surecart\/v1\/product_groups\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_collections": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/product_collections"
                    }
                ]
            }
        },
        "\/surecart\/v1\/product_collections\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/prices\/(?P<id>\\S+)\/duplicate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/prices": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "archived": {
                            "description": "Whether to get archived products or not.",
                            "type": "boolean",
                            "required": false
                        },
                        "ad_hoc": {
                            "description": "Only return prices that allow ad hoc amounts or not.",
                            "type": "boolean",
                            "required": false
                        },
                        "query": {
                            "description": "The query to be used for full text search of this collection.",
                            "type": "string",
                            "required": false
                        },
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_ids": {
                            "description": "Only return objects that belong to the given products.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/prices"
                    }
                ]
            }
        },
        "\/surecart\/v1\/prices\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/coupons": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/coupons"
                    }
                ]
            }
        },
        "\/surecart\/v1\/coupons\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/promotions": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/promotions"
                    }
                ]
            }
        },
        "\/surecart\/v1\/promotions\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/uploads": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/uploads"
                    }
                ]
            }
        },
        "\/surecart\/v1\/balance_transactions": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/balance_transactions"
                    }
                ]
            }
        },
        "\/surecart\/v1\/balance_transactions\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/charges\/(?P<id>\\S+)\/refund": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/charges": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/charges"
                    }
                ]
            }
        },
        "\/surecart\/v1\/charges\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/refunds": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/refunds"
                    }
                ]
            }
        },
        "\/surecart\/v1\/refunds\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/disputes": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/disputes"
                    }
                ]
            }
        },
        "\/surecart\/v1\/disputes\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/downloads": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/downloads"
                    }
                ]
            }
        },
        "\/surecart\/v1\/downloads\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/licenses": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/licenses"
                    }
                ]
            }
        },
        "\/surecart\/v1\/licenses\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/line_items\/upsell": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/line_items\/upsell"
                    }
                ]
            }
        },
        "\/surecart\/v1\/line_items\/(?P<id>\\S+)\/swap": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/line_items\/(?P<id>\\S+)\/unswap": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/line_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/line_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/line_items\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/activations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        },
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "license_ids": {
                            "description": "Ensure result set excludes specific license IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/activations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/activations\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/affiliation_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliation_protocol\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/medias": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/medias"
                    }
                ]
            }
        },
        "\/surecart\/v1\/medias\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/cancel": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/complete": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/restore": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/renew": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/preserve": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/upcoming_period": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/pay_off": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/subscriptions"
                    }
                ]
            }
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscription_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/subscription_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/periods\/(?P<id>\\S+)\/retry_payment": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/periods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/periods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/periods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/settings": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/settings"
                    }
                ]
            }
        },
        "\/surecart\/v1\/customer_portal_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/customer_portal_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/tax_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/order_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/order_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_registrations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/tax_registrations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_registrations\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/tax_zones": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/tax_zones"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_zones\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/tax_overrides": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/tax_overrides"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_overrides\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customer_notification_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/customer_notification_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/orders\/(?P<id>\\S+)\/resend_notification": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/orders": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/orders"
                    }
                ]
            }
        },
        "\/surecart\/v1\/orders\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/finalize": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/confirm": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/manually_pay": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/cancel": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/offer_bump\/(?P<bump_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/offer_upsell\/(?P<upsell_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/decline_upsell\/(?P<upsell_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/checkouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/checkouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/draft-checkouts\/(?P<id>\\S+)\/finalize": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/draft-checkouts\/(?P<id>\\S+)\/manually_pay": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/draft-checkouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/draft-checkouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/draft-checkouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices\/(?P<id>\\S+)\/make_draft": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices\/(?P<id>\\S+)\/open": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices\/(?P<id>\\S+)\/resend_notification": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/invoices"
                    }
                ]
            }
        },
        "\/surecart\/v1\/invoices\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/webhooks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/webhooks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/webhooks\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/verification_codes\/verify": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/verification_codes\/verify"
                    }
                ]
            }
        },
        "\/surecart\/v1\/verification_codes": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/verification_codes"
                    }
                ]
            }
        },
        "\/surecart\/v1\/check_email": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/check_email"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/return_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_items\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/return_reasons": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/return_reasons"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_requests\/(?P<id>\\S+)\/open": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/return_requests\/(?P<id>\\S+)\/complete": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/return_requests": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/return_requests"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_requests\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_profiles": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/shipping_profiles"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_profiles\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_methods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/shipping_methods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_methods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_rates": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/shipping_rates"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_rates\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_zones": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/shipping_zones"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_zones\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/shipping_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_protocol\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/parcel_templates": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/parcel_templates"
                    }
                ]
            }
        },
        "\/surecart\/v1\/parcel_templates\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/provisional_accounts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/provisional_accounts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_providers": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/integration_providers"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_providers\/(?P<provider>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/integration_provider_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/integration_provider_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_provider_items\/(?P<id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_medias\/(?P<id>\\S+)\/download": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_medias": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_ids": {
                            "description": "Only return objects that belong to the given products.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        },
                        "limit": {
                            "description": "A limit on the number of records returned",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/product_medias"
                    }
                ]
            }
        },
        "\/surecart\/v1\/product_medias\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/variants": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/variants"
                    }
                ]
            }
        },
        "\/surecart\/v1\/variants\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/variant_options": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/variant_options"
                    }
                ]
            }
        },
        "\/surecart\/v1\/variant_options\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/variant_values": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/variant_values"
                    }
                ]
            }
        },
        "\/surecart\/v1\/variant_values\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/clicks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/clicks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/clicks\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referral_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/referral_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/referral_items\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payouts\/(?P<id>\\S+)\/complete": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payouts\/(?P<id>\\S+)\/make_processing": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/payouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payout_groups": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/payout_groups"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payout_groups\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals\/(?P<id>\\S+)\/approve": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals\/(?P<id>\\S+)\/deny": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals\/(?P<id>\\S+)\/make_reviewing": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/referrals"
                    }
                ]
            }
        },
        "\/surecart\/v1\/referrals\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_requests\/(?P<id>\\S+)\/approve": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_requests\/(?P<id>\\S+)\/deny": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_requests": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/affiliation_requests"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliation_requests\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_products": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/affiliation_products"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliation_products\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliations\/(?P<id>\\S+)\/activate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliations\/(?P<id>\\S+)\/deactivate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/affiliations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliations\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/exports": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/exports"
                    }
                ]
            }
        },
        "\/surecart\/v1\/exports\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/swaps": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/swaps"
                    }
                ]
            }
        },
        "\/surecart\/v1\/swaps\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/reviews\/(?P<id>\\S+)\/publish": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/reviews\/(?P<id>\\S+)\/unpublish": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/reviews": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Filter by review status.",
                            "type": "string",
                            "enum": [
                                "published",
                                "in_review",
                                "unpublished"
                            ],
                            "required": false
                        },
                        "product_ids": {
                            "description": "Only return reviews for the given products.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "customer_ids": {
                            "description": "Only return reviews from the given customers.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "verified": {
                            "description": "Only return verified or unverified reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "query": {
                            "description": "The query to be used for full text search of this collection.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/reviews"
                    }
                ]
            }
        },
        "\/surecart\/v1\/reviews\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/review_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/review_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/review_protocol\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/auto_fees": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/auto_fees"
                    }
                ]
            }
        },
        "\/surecart\/v1\/auto_fees\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/auto_fee_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/auto_fee_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/auto_fee_protocol\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/auto_fees\/rule_schema\/(?P<id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/auto_fees\/rule_schema": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/surecart\/v1\/auto_fees\/rule_schema"
                    }
                ]
            }
        },
        "\/surecart\/v1\/auto_fees\/rule_schema\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/popup-maker\/v2": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "popup-maker\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/connect\/install": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "file": {
                            "description": "Download URL for the plugin file.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "type": {
                            "description": "Type of installation (plugin or theme).",
                            "type": "string",
                            "default": "plugin",
                            "enum": [
                                "plugin",
                                "theme"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Plugin or theme slug.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "description": "Force reinstallation even if already installed.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "file": {
                            "description": "Download URL for the plugin file.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "type": {
                            "description": "Type of installation (plugin or theme).",
                            "type": "string",
                            "default": "plugin",
                            "enum": [
                                "plugin",
                                "theme"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Plugin or theme slug.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "description": "Force reinstallation even if already installed.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/connect\/install"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/connect\/verify": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/connect\/verify"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/license": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/license"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/license\/activate": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "description": "License key to activate.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "description": "License key to activate.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/license\/activate"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/license\/activate-pro": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "description": "License key to activate.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "description": "License key to activate.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/license\/activate-pro"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/license\/connect-info": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "license_key": {
                            "description": "License key for connection.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Additional context information.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "license_key": {
                            "description": "License key for connection.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Additional context information.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/license\/connect-info"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/license\/activate-plugin": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/license\/activate-plugin"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/license\/deactivate": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/license\/deactivate"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/object-search": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "object_type": {
                            "type": "string",
                            "description": "Type of object to search (post_type, taxonomy, user, custom_entity)",
                            "enum": [
                                "post_type",
                                "taxonomy",
                                "user",
                                "custom_entity"
                            ],
                            "required": true
                        },
                        "object_key": {
                            "type": "string",
                            "description": "Specific object key (post type name, taxonomy name, user role)",
                            "required": false
                        },
                        "s": {
                            "type": "string",
                            "description": "Search term",
                            "required": false
                        },
                        "include": {
                            "type": "array",
                            "description": "IDs to include in results (integers for standard objects, strings for custom entities)",
                            "items": {
                                "type": [
                                    "integer",
                                    "string"
                                ]
                            },
                            "required": false
                        },
                        "exclude": {
                            "type": "array",
                            "description": "IDs to exclude from results (integers for standard objects, strings for custom entities)",
                            "items": {
                                "type": [
                                    "integer",
                                    "string"
                                ]
                            },
                            "required": false
                        },
                        "paged": {
                            "type": "integer",
                            "description": "Page number for pagination",
                            "minimum": 1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/object-search"
                    }
                ]
            }
        },
        "\/popup-maker\/v1": {
            "namespace": "popup-maker\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "popup-maker\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v1"
                    }
                ]
            }
        },
        "\/popup-maker\/v1\/license\/validate": {
            "namespace": "popup-maker\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "license_key": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v1\/license\/validate"
                    }
                ]
            }
        },
        "\/popup-maker\/v1\/connect\/verify": {
            "namespace": "popup-maker\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "required": true
                        },
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v1\/connect\/verify"
                    }
                ]
            }
        },
        "\/popup-maker\/v1\/upgrade\/install": {
            "namespace": "popup-maker\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "required": true
                        },
                        "nonce": {
                            "type": "string",
                            "required": true
                        },
                        "file": {
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "type": "string",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v1\/upgrade\/install"
                    }
                ]
            }
        },
        "\/popup-maker\/v1\/connect\/info": {
            "namespace": "popup-maker\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v1\/connect\/info"
                    }
                ]
            }
        },
        "\/e572f9d825b448efddef6771c5bcde65\/v1": {
            "namespace": "e572f9d825b448efddef6771c5bcde65\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "e572f9d825b448efddef6771c5bcde65\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/e572f9d825b448efddef6771c5bcde65\/v1"
                    }
                ]
            }
        },
        "\/e572f9d825b448efddef6771c5bcde65\/v1\/62f4ac1c454001edebe4b2bf042f2415": {
            "namespace": "e572f9d825b448efddef6771c5bcde65\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "event": {
                            "description": "Event Type",
                            "type": "string",
                            "required": true
                        },
                        "pid": {
                            "description": "Popup ID",
                            "type": "integer",
                            "required": true
                        },
                        "eventData": {
                            "description": "Event metadata (JSON or array)",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/e572f9d825b448efddef6771c5bcde65\/v1\/62f4ac1c454001edebe4b2bf042f2415"
                    }
                ]
            }
        },
        "\/suremails\/v1": {
            "namespace": "suremails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "suremails\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1"
                    }
                ]
            }
        },
        "\/suremails\/v1\/email-logs": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "page": {
                            "required": false
                        },
                        "per_page": {
                            "required": false
                        },
                        "start_date": {
                            "required": false
                        },
                        "end_date": {
                            "required": false
                        },
                        "filter": {
                            "required": false
                        },
                        "search": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/email-logs"
                    }
                ]
            }
        },
        "\/suremails\/v1\/test-and-save-email-connection": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/test-and-save-email-connection"
                    }
                ]
            }
        },
        "\/suremails\/v1\/send-test-email": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "from_email": {
                            "type": "string",
                            "required": true
                        },
                        "to_email": {
                            "type": "string",
                            "required": true
                        },
                        "type": {
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/send-test-email"
                    }
                ]
            }
        },
        "\/suremails\/v1\/resend-email": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/resend-email"
                    }
                ]
            }
        },
        "\/suremails\/v1\/delete-connection": {
            "namespace": "suremails\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": true
                        },
                        "from_email": {
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/delete-connection"
                    }
                ]
            }
        },
        "\/suremails\/v1\/dashboard-data": {
            "namespace": "suremails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/dashboard-data"
                    }
                ]
            }
        },
        "\/suremails\/v1\/email-stats": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "start_date": {
                            "required": true
                        },
                        "end_date": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/email-stats"
                    }
                ]
            }
        },
        "\/suremails\/v1\/delete-logs": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "log_ids": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/delete-logs"
                    }
                ]
            }
        },
        "\/suremails\/v1\/get-settings": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/get-settings"
                    }
                ]
            }
        },
        "\/suremails\/v1\/set-settings": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "settings": {
                            "type": "object",
                            "description": "Settings data to update.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/set-settings"
                    }
                ]
            }
        },
        "\/suremails\/v1\/installed-plugins": {
            "namespace": "suremails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/installed-plugins"
                    }
                ]
            }
        },
        "\/suremails\/v1\/content-guard\/activate": {
            "namespace": "suremails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/content-guard\/activate"
                    }
                ]
            }
        },
        "\/suremails\/v1\/content-guard\/user-details": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "first_name": {
                            "type": "string",
                            "required": true
                        },
                        "last_name": {
                            "type": "string",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "required": true
                        },
                        "skip": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/content-guard\/user-details"
                    }
                ]
            }
        },
        "\/suremails\/v1\/providers": {
            "namespace": "suremails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "provider": {
                            "type": "string",
                            "description": "Optional. Specify the provider key to retrieve details of a specific provider.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/providers"
                    }
                ]
            }
        },
        "\/suremails\/v1\/get-auth-url": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/get-auth-url"
                    }
                ]
            }
        },
        "\/suremails\/v1\/ottokit-status": {
            "namespace": "suremails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/ottokit-status"
                    }
                ]
            }
        },
        "\/suremails\/v1\/onboarding\/set-status": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/onboarding\/set-status"
                    }
                ]
            }
        },
        "\/suremails\/v1\/disable-notice": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/disable-notice"
                    }
                ]
            }
        },
        "\/suremails\/v1\/disable-menu-location-notice": {
            "namespace": "suremails\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/suremails\/v1\/disable-menu-location-notice"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "description": "The keyword to be researched.",
                            "type": "string",
                            "required": true
                        },
                        "country": {
                            "description": "The country for which the keyword should be researched.",
                            "type": "string",
                            "required": true
                        },
                        "objectID": {
                            "description": "The ID of the post initiating the keyword research request.",
                            "type": "integer",
                            "required": true
                        },
                        "force_update": {
                            "description": "If true, forces a fresh research request.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/createPost": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "content": {
                            "description": "The content of the new post.",
                            "type": "string",
                            "required": true
                        },
                        "title": {
                            "description": "The title of the new post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/createPost"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/saveOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "outputs": {
                            "description": "An array of AI-generated and existing outputs to be saved.",
                            "type": "array",
                            "required": true
                        },
                        "endpoint": {
                            "description": "The API endpoint for which the output was generated.",
                            "type": "string",
                            "required": true
                        },
                        "isChat": {
                            "description": "Indicates if the request was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "The parameters used to generate the AI output.",
                            "type": "object",
                            "required": false
                        },
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/saveOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/deleteOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "isChat": {
                            "description": "Indicates if the request to delete the output was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "index": {
                            "description": "The output index to delete, applicable only to the Chat endpoint.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/deleteOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateRecentPrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The selected prompt to be updated in the recent prompts.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/updateRecentPrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updatePrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The prompt data to be saved in the database.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/updatePrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/savePrompts": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompts": {
                            "description": "A list of prompts received from the API to be saved in the database.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/savePrompts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/pingContentAI": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "plan": {
                            "description": "Content AI plan to update in the Database.",
                            "type": "string",
                            "required": true
                        },
                        "refreshDate": {
                            "description": "Content AI reset date to update in the Database",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/pingContentAI"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/generateAlt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attachmentIds": {
                            "description": "List of attachment IDs for which to generate alt text.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/generateAlt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/ca\/updateCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postType": {
                            "description": "Post Type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "preferences": {
                            "description": "User preferences.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "description": "Filter.",
                            "type": "string",
                            "required": false
                        },
                        "filterType": {
                            "description": "Filter type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "toggleBar": {
                            "description": "Toggle bar.",
                            "type": "boolean",
                            "required": false
                        },
                        "hide": {
                            "description": "Hide.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/in",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/in"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/submitUrls": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "urls": {
                            "description": "The list of urls to submit to the Instant Indexing API.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/in\/submitUrls"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/getLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "filter": {
                            "description": "Filter log by type.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/in\/getLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/clearLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filter": {
                            "description": "Clear log by type.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/in\/clearLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/resetKey": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/in\/resetKey"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/links\/posts": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Items per page.",
                            "type": "integer",
                            "default": 50,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Search in post title.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "post_type": {
                            "description": "Filter by post type. Supports multiple values.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "is_orphan": {
                            "description": "Filter by orphan status (orphan, linked).",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "seo_score_range": {
                            "description": "Filter by SEO score range (great, good, bad, no-score).",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "orderby": {
                            "description": "Order by field.",
                            "type": "string",
                            "default": "post_title",
                            "required": false
                        },
                        "order": {
                            "description": "Order direction (ASC, DESC).",
                            "type": "string",
                            "default": "ASC",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/links\/posts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/links\/posts-stats": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/links\/posts-stats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/links\/links": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Items per page.",
                            "type": "integer",
                            "default": 50,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Search in URL.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "source_id": {
                            "description": "Filter by source post ID.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "target_post_id": {
                            "description": "Filter by target post ID.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "is_internal": {
                            "description": "Filter by link type (1 = internal, 0 = external).",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "orderby": {
                            "description": "Order by field.",
                            "type": "string",
                            "default": "id",
                            "required": false
                        },
                        "order": {
                            "description": "Order direction (ASC, DESC).",
                            "type": "string",
                            "default": "DESC",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/links\/links"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/links\/links-stats": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/links\/links-stats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/status",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/status"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/getViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/status\/getViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/updateViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/status\/updateViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/importSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/status\/importSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/exportSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/status\/exportSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/runBackup": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/rankmath\/v1\/status\/runBackup"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/get-token": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/get-token"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/user-input-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "questions": {
                                        "purpose": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "postFrequency": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "goals": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "includeConversionEvents": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/user-input-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/audience-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "configuredAudiences": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "isAudienceSegmentationWidgetHidden": {
                                            "type": "boolean"
                                        },
                                        "didSetAudiences": {
                                            "type": "boolean"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/audience-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "newEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        },
                                        "lostEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Settings to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Data to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "minProperties": 1,
                            "additionalProperties": false,
                            "properties": {
                                "slugs": {
                                    "type": "array",
                                    "required": true,
                                    "items": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/expirable-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/expirable-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "description": "",
                            "default": null,
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "slug": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "expiration": {
                                        "type": "integer",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                },
                                "ttl": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "Text content to search for.",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/key-metrics": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "isWidgetHidden": {
                                            "type": "boolean",
                                            "required": true
                                        },
                                        "widgetSlugs": {
                                            "type": "array",
                                            "required": false,
                                            "maxItems": 8,
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/key-metrics"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-mode": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean"
                                        },
                                        "regions": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-mode"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking"
                    }
                ]
            }
        },
        "\/hub-connector\/v1": {
            "namespace": "hub-connector\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "hub-connector\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/hub-connector\/v1"
                    }
                ]
            }
        },
        "\/hub-connector\/v1\/sync": {
            "namespace": "hub-connector\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "force": {
                            "description": "Should do a force sync.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/hub-connector\/v1\/sync"
                    }
                ]
            }
        },
        "\/hub-connector\/v1\/logout": {
            "namespace": "hub-connector\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/hub-connector\/v1\/logout"
                    }
                ]
            }
        },
        "\/kit\/v1": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/kit\/v1"
                    }
                ]
            }
        },
        "\/kit\/v1\/subscriber\/store-email-as-id-in-cookie": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/kit\/v1\/subscriber\/store-email-as-id-in-cookie"
                    }
                ]
            }
        },
        "\/kit\/v1\/editor\/tinymce\/modal\/(?P<shortcode>[a-zA-Z0-9-_]+)\/(?P<editor_type>[a-zA-Z0-9-_]+)": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "shortcode": {
                            "required": true
                        },
                        "editor_type": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/kit\/v1\/resources\/refresh\/(?P<resource>[a-zA-Z0-9-_]+)": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "resource": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/kit\/v1\/broadcasts": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "date_format": {
                            "default": "F j, Y",
                            "required": false
                        },
                        "display_image": {
                            "default": false,
                            "required": false
                        },
                        "display_description": {
                            "default": false,
                            "required": false
                        },
                        "display_read_more": {
                            "default": false,
                            "required": false
                        },
                        "read_more_label": {
                            "default": "Read more",
                            "required": false
                        },
                        "limit": {
                            "default": 10,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "paginate": {
                            "default": false,
                            "required": false
                        },
                        "paginate_label_next": {
                            "default": "Next",
                            "required": false
                        },
                        "paginate_label_prev": {
                            "default": "Previous",
                            "required": false
                        },
                        "link_color": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/kit\/v1\/broadcasts"
                    }
                ]
            }
        },
        "\/kit\/v1\/blocks": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/kit\/v1\/blocks"
                    }
                ]
            }
        },
        "\/kit\/v1\/restrict-content\/subscriber-authentication": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "convertkit_email": {
                            "required": true
                        },
                        "convertkit_post_id": {
                            "required": true
                        },
                        "convertkit_resource_type": {
                            "required": true
                        },
                        "convertkit_resource_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/kit\/v1\/restrict-content\/subscriber-authentication"
                    }
                ]
            }
        },
        "\/kit\/v1\/restrict-content\/subscriber-verification": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "convertkit_post_id": {
                            "required": false
                        },
                        "token": {
                            "required": true
                        },
                        "subscriber_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/kit\/v1\/restrict-content\/subscriber-verification"
                    }
                ]
            }
        },
        "\/forminator\/v1": {
            "namespace": "forminator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "forminator\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/forminator\/v1"
                    }
                ]
            }
        },
        "\/forminator\/v1\/preview\/forms": {
            "namespace": "forminator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "module_id": {
                            "description": "Module ID",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/forminator\/v1\/preview\/forms"
                    }
                ]
            }
        },
        "\/forminator\/v1\/preview\/polls": {
            "namespace": "forminator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "module_id": {
                            "description": "Module ID",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/forminator\/v1\/preview\/polls"
                    }
                ]
            }
        },
        "\/forminator\/v1\/preview\/quizzes": {
            "namespace": "forminator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "module_id": {
                            "description": "Module ID",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/forminator\/v1\/preview\/quizzes"
                    }
                ]
            }
        },
        "\/wappointment\/v1": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wappointment\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/viewsdata\/(?P<key>\\S+)": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1\/wizardlater": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wizardlater"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wizard": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wizard"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/contact": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wappointment\/contact"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/ping": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/ping"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/availability": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/availability"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/appointment": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/appointment"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/convertdate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/convertdate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/booking": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/booking"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/booking": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/booking"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/confirm": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/order\/confirm"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/booking\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/booking\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/appointment\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/appointment\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addons"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminder": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/reminder"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/location": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/location"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/currency": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/currency"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/check": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addons\/check"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/pingAdmin": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/pingAdmin"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settings\/(?P<key>\\S+)": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1\/settingsstaff\/(?P<key>\\S+)": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1\/services\/custom_fields": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/custom_fields"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/orders": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/orders"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/health": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/health"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminder\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/reminder\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminder\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/reminder\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/service": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/service"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/location\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/location\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/clear": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addons\/clear"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/record": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events\/record"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/send_feedback": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/send_feedback"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/app\/migrate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/app\/migrate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/refresh": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wappointment\/refresh"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/subscribe": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wappointment\/subscribe"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/sendignore": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wappointment\/sendignore"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/install": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addons\/install"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/activate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addons\/activate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/deactivate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addons\/deactivate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/freshinstall": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/freshinstall"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/refreshcache": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/refreshcache"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/updatepage": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/updatepage"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addmanagerrole": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addmanagerrole"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addbigprice": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/addbigprice"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settings": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/settings"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settingsstaff": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/settingsstaff"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminderpreview": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/reminderpreview"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settings\/sendtestemail": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/settings\/sendtestemail"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client\/search": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/client\/search"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client\/book": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/client\/book"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/reorder": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/reorder"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/reorder": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/reorder"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/permissions": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/permissions"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/refund": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/order\/refund"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/paid": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/order\/paid"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/cancel": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/order\/cancel"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/config\/calendar": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/config\/calendar"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/client"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/customfields": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/customfields"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/forceDelete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events\/forceDelete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/put": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events\/put"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/list": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/events\/list"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/booking\/admin": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/services\/booking\/admin"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/status": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/status"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/status\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/status\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/avatar": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/avatar"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/services": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/services"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/connect": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wappointment\/connect"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/disconnect": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/wappointment\/disconnect"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/savecal": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/savecal"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/refreshcalendars": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/refreshcalendars"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/disconnect": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/disconnect"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/toggle": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/calendars\/toggle"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wappointment\/v1\/client\/delete"
                    }
                ]
            }
        },
        "\/wpmudev_pcs\/v1": {
            "namespace": "wpmudev_pcs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpmudev_pcs\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wpmudev_pcs\/v1"
                    }
                ]
            }
        },
        "\/wpmudev_pcs\/v1\/plugincrosssell\/install_plugin": {
            "namespace": "wpmudev_pcs\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "plugin_slug": {
                            "type": "string",
                            "required": true
                        },
                        "current_slug": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wpmudev_pcs\/v1\/plugincrosssell\/install_plugin"
                    }
                ]
            }
        },
        "\/wpmudev_pcs\/v1\/plugincrosssell\/activate_plugin": {
            "namespace": "wpmudev_pcs\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "plugin_slug": {
                            "type": "string",
                            "required": true
                        },
                        "current_slug": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wpmudev_pcs\/v1\/plugincrosssell\/activate_plugin"
                    }
                ]
            }
        },
        "\/notionwpsync\/v1": {
            "namespace": "notionwpsync\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "notionwpsync\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/notionwpsync\/v1"
                    }
                ]
            }
        },
        "\/notionwpsync\/v1\/import\/(?P<importer_hash>[^\/]+)": {
            "namespace": "notionwpsync\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "importer_hash": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/nps-survey\/v1": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "nps-survey\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/nps-survey\/v1"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/rating": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nps_id": {
                            "type": "string",
                            "required": true
                        },
                        "rating": {
                            "type": "integer",
                            "required": true
                        },
                        "comment": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "plugin_slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/nps-survey\/v1\/rating"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/dismiss-nps-survey": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nps_id": {
                            "type": "string",
                            "required": true
                        },
                        "plugin_slug": {
                            "type": "string",
                            "required": true
                        },
                        "dismiss_timespan": {
                            "type": "integer",
                            "required": true
                        },
                        "current_step": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/nps-survey\/v1\/dismiss-nps-survey"
                    }
                ]
            }
        },
        "\/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:\/\/nutihub.com\/et\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete autorite postitustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete autorite postitused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Piira tulemusi eri taksonoomiate suhtega.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias categories m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kas arvestada tulemuste piiritlemisel ka alamterminitega.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias categories m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kas arvestada tulemuste piiritlemisel ka alamterminitega.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias tags m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias tags m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Piira tulemusi kleepsudega.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Whether to ignore sticky posts or not.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Kas m\u00e4\u00e4rata postitus kinnistatuks (kleepuvaks).",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Objektiga category taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Objektiga post_tag taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Kas m\u00e4\u00e4rata postitus kinnistatuks (kleepuvaks).",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Objektiga category taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Objektiga post_tag taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Kas m\u00e4\u00e4rata postitus kinnistatuks (kleepuvaks).",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Objektiga category taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Objektiga post_tag taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete autorite postitustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete autorite postitused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Piira tulemusi postitustega, millel on konkreetne men\u00fc\u00fc j\u00e4rjekorranumber.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Piira tulemusi elementidega, millel on konkreetne \u00fclemelemendi tunnus.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millel on konkreetne \u00fclemelemendi tunnus.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclempostituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Postituse j\u00e4rjenumber teiste postituste hulgas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclempostituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Postituse j\u00e4rjenumber teiste postituste hulgas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u00dclempostituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Postituse j\u00e4rjenumber teiste postituste hulgas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete autorite postitustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete autorite postitused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Piira tulemusi elementidega, millel on konkreetne \u00fclemelemendi tunnus.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millel on konkreetne \u00fclemelemendi tunnus.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular media type or media types.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio",
                                    "font"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular MIME type or MIME types.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "sc_variant_option": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatiivtekst, mida kuvatakse manuse asemel.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Manuse pealdis.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Manuse pealdis, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Manuse HTML-pealdis ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Manuse kirjeldus.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Manuse kirjeldus, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Manuse HTML-kirjeldus ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Manusega seotud postituse tunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kas postituse kommenteerimine on lubatud.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kas postitusele saab teha pingback-viiteid.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "sc_variant_option": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatiivtekst, mida kuvatakse manuse asemel.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Manuse pealdis.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Manuse pealdis, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Manuse HTML-pealdis ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Manuse kirjeldus.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Manuse kirjeldus, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Manuse HTML-kirjeldus ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Manusega seotud postituse tunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Manuse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "Muudetud pildifaili URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Pildi muutmiste massiiv.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Pildi muutmine.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Flip",
                                        "properties": {
                                            "type": {
                                                "description": "Flip type.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Flip arguments.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Flip direction.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Whether to flip in the horizontal direction.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Whether to flip in the vertical direction.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "P\u00f6\u00f6ramine",
                                        "properties": {
                                            "type": {
                                                "description": "P\u00f6\u00f6ramise t\u00fc\u00fcp.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "P\u00f6\u00f6ramise argumendid.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "P\u00e4rip\u00e4eva p\u00f6\u00f6ramise nurk kraadides.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "K\u00e4rbi",
                                        "properties": {
                                            "type": {
                                                "description": "K\u00e4rpe t\u00fc\u00fcp.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "K\u00e4rpimise argumendid.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "K\u00e4rpimise algpositsiooni kaugus pildi vasakust servast protsendina pildi laiusest.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "K\u00e4rpimise algpositsiooni kaugus pildi \u00fclaservast protsendina pildi k\u00f5rgusest.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "K\u00e4rbitud pildi laius protsendina algsest.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "K\u00e4rbitud pildi k\u00f5rgus protsendina algsest.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "Pildi p\u00e4rip\u00e4eva p\u00f6\u00f6ramise nurk kraadides. VANANENUD: kasuta v\u00e4\u00e4rtuste muutmist.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "K\u00e4rpimise alustamise laius protsendina pildi laiusest. VANANENUD: kasuta v\u00e4\u00e4rtuste muutmist.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "K\u00e4rpimise alustamise k\u00f5rgus protsendina pildi k\u00f5rgusest. VANANENUD: kasuta v\u00e4\u00e4rtuste muutmist.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "K\u00e4rbitud pildi laius protsendina. VANANENUD: kasuta v\u00e4\u00e4rtuste muutmist.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "K\u00e4rbitud pildi k\u00f5rgus protsendina. VANANENUD: kasuta v\u00e4\u00e4rtuste muutmist.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "Manuse pealdis.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Manuse pealdis, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Manuse HTML-pealdis ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Manuse kirjeldus.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Manuse kirjeldus, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Manuse HTML-kirjeldus ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Manusega seotud postituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatiivtekst, mida kuvatakse manuse asemel.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "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": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Piira tulemusi eri taksonoomiate suhtega.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias menus m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias menus m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Piira tulemusi postitustega, millel on konkreetne men\u00fc\u00fc j\u00e4rjekorranumber.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Objekti pealkiri.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Objekti pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Objekti HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "Algselt esindatud objektir\u00fchm, n\u00e4iteks postituset\u00fc\u00fcp v\u00f5i taksonoomia.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Nimega objektiolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Objekti \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Selle men\u00fc\u00fcelemendi viite title-atribuudi tekst.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Selle men\u00fc\u00fcelemendi viite klassinimed.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Selle men\u00fc\u00fcelemendi kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "Selle men\u00fc\u00fcelemendi \u00fclemelemendi nav_menu_item -andmebaasitunnus, kui see on olemas; vastasel juhul 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Algne objektit\u00fc\u00fcp, n\u00e4iteks \"rubriik\", \"postitus\" v\u00f5i \"manus\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "Selle men\u00fc\u00fcelemendi esindatud algse objekti andmebaasitunnus, n\u00e4iteks postituse v\u00f5i rubriigi tunnus.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Selle men\u00fc\u00fcelemendi viite target-atribuut.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Men\u00fc\u00fcelemendilt viidatud URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Selle men\u00fc\u00fcelemendiga viidatud XFN-suhe.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Objektiga nav_menu taksonoomias seotud terminid.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Objekti pealkiri.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Objekti pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Objekti HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "Algselt esindatud objektir\u00fchm, n\u00e4iteks postituset\u00fc\u00fcp v\u00f5i taksonoomia.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Nimega objektiolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Objekti \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Selle men\u00fc\u00fcelemendi viite title-atribuudi tekst.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Selle men\u00fc\u00fcelemendi viite klassinimed.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Selle men\u00fc\u00fcelemendi kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Selle men\u00fc\u00fcelemendi \u00fclemelemendi nav_menu_item -andmebaasitunnus, kui see on olemas; vastasel juhul 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Algne objektit\u00fc\u00fcp, n\u00e4iteks \"rubriik\", \"postitus\" v\u00f5i \"manus\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Selle men\u00fc\u00fcelemendi esindatud algse objekti andmebaasitunnus, n\u00e4iteks postituse v\u00f5i rubriigi tunnus.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Selle men\u00fc\u00fcelemendi viite target-atribuut.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Men\u00fc\u00fcelemendilt viidatud URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Selle men\u00fc\u00fcelemendiga viidatud XFN-suhe.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Objektiga nav_menu taksonoomias seotud terminid.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Objekti \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Objekti pealkiri.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Objekti pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Objekti HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "Algselt esindatud objektir\u00fchm, n\u00e4iteks postituset\u00fc\u00fcp v\u00f5i taksonoomia.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Nimega objektiolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Selle men\u00fc\u00fcelemendi viite title-atribuudi tekst.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Selle men\u00fc\u00fcelemendi viite klassinimed.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Selle men\u00fc\u00fcelemendi kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Selle men\u00fc\u00fcelemendi \u00fclemelemendi nav_menu_item -andmebaasitunnus, kui see on olemas; vastasel juhul 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Algne objektit\u00fc\u00fcp, n\u00e4iteks \"rubriik\", \"postitus\" v\u00f5i \"manus\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Selle men\u00fc\u00fcelemendi esindatud algse objekti andmebaasitunnus, n\u00e4iteks postituse v\u00f5i rubriigi tunnus.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Selle men\u00fc\u00fcelemendi viite target-atribuut.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Men\u00fc\u00fcelemendilt viidatud URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Selle men\u00fc\u00fcelemendiga viidatud XFN-suhe.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Objektiga nav_menu taksonoomias seotud terminid.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Piira tulemusi eri taksonoomiate suhtega.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias wp_pattern_category m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias wp_pattern_category m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Objektiga wp_pattern_category taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Objektiga wp_pattern_category taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Objektiga wp_pattern_category taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Malli unikaalne p\u00fcsiviide.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Malli teematunnus.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Malli t\u00fc\u00fcp.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Malli sisu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Mallis kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Malli pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Malli HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Malli kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Malli olek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Malli autori tunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Piira konkreetse postitusetunnusega.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Piirdu konkreetse malliosade alaga.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Postituset\u00fc\u00fcp, mille jaoks malli soovitakse.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Malli unikaalne p\u00fcsiviide.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Malli teematunnus.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Malli t\u00fc\u00fcp.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Malli sisu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Mallis kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Malli pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Malli HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Malli kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Malli olek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Malli autori tunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Varuvariandina kasutatava malli p\u00fcsiviide",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "N\u00e4itab, kas mall on kohandatud v\u00f5i kuulub mallihierarhiasse",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Eesliide loodud mallidele. Seda kasutatakse peat\u00fc\u00fcbi valimisel, n\u00e4iteks 'taksonoomia-raamatud' annab 'taksonoomia'",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Malli unikaalne p\u00fcsiviide.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Malli teematunnus.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Malli t\u00fc\u00fcp.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Malli sisu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Mallis kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Malli pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Malli HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Malli kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Malli olek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Malli autori tunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Malli unikaalne p\u00fcsiviide.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Malli teematunnus.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Malli t\u00fc\u00fcp.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Malli sisu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Mallis kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Malli pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Malli HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Malli kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Malli olek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Malli autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Kus seda malliosa kasutatakse (p\u00e4is, jalus jne)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Piira konkreetse postitusetunnusega.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Piirdu konkreetse malliosade alaga.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Postituset\u00fc\u00fcp, mille jaoks malli soovitakse.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Malli unikaalne p\u00fcsiviide.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Malli teematunnus.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Malli t\u00fc\u00fcp.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Malli sisu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Mallis kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Malli pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Malli HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Malli kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Malli olek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Malli autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Kus seda malliosa kasutatakse (p\u00e4is, jalus jne)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Varuvariandina kasutatava malli p\u00fcsiviide",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "N\u00e4itab, kas mall on kohandatud v\u00f5i kuulub mallihierarhiasse",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Eesliide loodud mallidele. Seda kasutatakse peat\u00fc\u00fcbi valimisel, n\u00e4iteks 'taksonoomia-raamatud' annab 'taksonoomia'",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Malli unikaalne p\u00fcsiviide.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Malli teematunnus.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Malli t\u00fc\u00fcp.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Malli sisu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Mallis kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Malli pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Malli pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Malli HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Malli kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Malli olek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Malli autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Kus seda malliosa kasutatakse (p\u00e4is, jalus jne)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Malli tunnus",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Teema tunnus",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Teema tunnus",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "Stiilis\u00e4tete tunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Stiilid.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "\u00dclds\u00e4tted.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Stiilivariandi pealkiri.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Stiilivariandi pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/case-study": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/case-study"
                    }
                ]
            }
        },
        "\/wp\/v2\/case-study\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/case-study\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/case-study\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/course": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Piira tulemusi eri taksonoomiate suhtega.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "course-status": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias course-status m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "course-status_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias course-status m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "coursedate": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias coursedate m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "coursedate_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias coursedate m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "location": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias location m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "location_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias location m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "course-status": {
                            "description": "Objektiga course-status taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "coursedate": {
                            "description": "Objektiga coursedate taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "location": {
                            "description": "Objektiga location taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/course"
                    }
                ]
            }
        },
        "\/wp\/v2\/course\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "course-status": {
                            "description": "Objektiga course-status taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "coursedate": {
                            "description": "Objektiga coursedate taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "location": {
                            "description": "Objektiga location taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/course\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "course-status": {
                            "description": "Objektiga course-status taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "coursedate": {
                            "description": "Objektiga coursedate taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "location": {
                            "description": "Objektiga location taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/course\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/service": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/service"
                    }
                ]
            }
        },
        "\/wp\/v2\/service\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/service\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Postituse vorming.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/service\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/gspbstylebook": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/gspbstylebook"
                    }
                ]
            }
        },
        "\/wp\/v2\/gspbstylebook\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/gspbstylebook\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/gspbstylebook\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/sc-forms"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc-forms\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "properties": {
                                "raw": {
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/sc-cart"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc-cart\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "properties": {
                                "raw": {
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "properties": {
                                "raw": {
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Piira tulemusi postitustega, millel on konkreetne men\u00fc\u00fc j\u00e4rjekorranumber.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Piira tulemusi elementidega, millel on konkreetne \u00fclemelemendi tunnus.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millel on konkreetne \u00fclemelemendi tunnus.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Piira tulemusi eri taksonoomiate suhtega.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "sc_collection": {
                            "description": "Piira tulemusi k\u00f5igi elementidega, millele on taksonoomias sc_collection m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kas objektidele tuleb m\u00e4\u00e4rata \u00fcks v\u00f5i k\u00f5ik m\u00e4\u00e4ratud terminid.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sc_collection_exclude": {
                            "description": "Piira tulemusi k\u00f5igi elementidega peale nende, millele on taksonoomias sc_collection m\u00e4\u00e4ratud konkreetne termin.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Termini tunnusteloend",
                                    "description": "Vii terminid vastavuse loendis olevate tunnustega.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Termini tunnuse taksonoomia p\u00e4ring",
                                    "description": "K\u00e4ivita keerukam terminip\u00e4ring.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Termini tunnused.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclempostituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Postituse j\u00e4rjenumber teiste postituste hulgas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "product": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "additionalProperties": true
                                },
                                "sc_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "min_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "max_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "available_stock": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stock_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "allow_out_of_stock_purchases": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "featured": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "recurring": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "shipping_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "sc_collection": {
                            "description": "Objektiga sc_collection taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "gallery": {
                            "description": "Product gallery",
                            "type": "array",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/sc_product"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc_product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclempostituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Postituse j\u00e4rjenumber teiste postituste hulgas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "product": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "additionalProperties": true
                                },
                                "sc_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "min_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "max_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "available_stock": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stock_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "allow_out_of_stock_purchases": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "featured": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "recurring": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "shipping_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "sc_collection": {
                            "description": "Objektiga sc_collection taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "gallery": {
                            "description": "Product gallery",
                            "type": "array",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u00dclempostituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Postituses kasutatud meediafaili tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Postituse j\u00e4rjenumber teiste postituste hulgas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "product": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "additionalProperties": true
                                },
                                "sc_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "min_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "max_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "available_stock": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stock_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "allow_out_of_stock_purchases": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "featured": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "recurring": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "shipping_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "sc_collection": {
                            "description": "Objektiga sc_collection taksonoomias seotud terminid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "gallery": {
                            "description": "Product gallery",
                            "type": "array",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popups": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete autorite postitustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete autorite postitused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "popup_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "popup_title": {
                            "description": "The popup title displayed inside the popup.",
                            "type": "string",
                            "required": false
                        },
                        "settings": {
                            "type": "object",
                            "required": false
                        },
                        "priority": {
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/popups"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/popups\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "popup_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "popup_title": {
                            "description": "The popup title displayed inside the popup.",
                            "type": "string",
                            "required": false
                        },
                        "settings": {
                            "type": "object",
                            "required": false
                        },
                        "priority": {
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popups\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popups\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popups\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_gspb_post_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "popup_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "popup_title": {
                            "description": "The popup title displayed inside the popup.",
                            "type": "string",
                            "required": false
                        },
                        "settings": {
                            "type": "object",
                            "required": false
                        },
                        "priority": {
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popups\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popup-themes": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete autorite postitustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete autorite postitused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/popup-themes"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/popup-themes\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popup-themes\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/popup-themes\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/ctas": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete autorite postitustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete autorite postitused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "type": "string",
                            "enum": [
                                "publish",
                                "trash",
                                "draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "stats": {
                            "description": "Stats for this CTA.",
                            "type": "object",
                            "properties": {
                                "conversion": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": false
                        },
                        "settings": {
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/popup-maker\/v2\/ctas"
                    }
                ]
            }
        },
        "\/popup-maker\/v2\/ctas\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "enum": [
                                "publish",
                                "trash",
                                "draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Postituse pealkiri.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse pealkiri, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-pealkiri ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Postituse autori tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Postituse v\u00e4ljav\u00f5te.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse v\u00e4ljav\u00f5te, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-v\u00e4ljav\u00f5te ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas katkend on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        },
                        "stats": {
                            "description": "Stats for this CTA.",
                            "type": "object",
                            "properties": {
                                "conversion": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": false
                        },
                        "settings": {
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/ctas\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi objekti atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/popup-maker\/v2\/ctas\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "popup-maker\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Versiooni \u00fclemversiooni tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Versiooni unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna versioone ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist postitustega, mis avaldati peale m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Piirdu postitustega, mida on muudetud p\u00e4rast ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist postitustega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Piirdu postitustega, mida on muudetud enne ISO8601 vormingus m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme spetsiifilise p\u00fcsiviitega postitusega.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Piira tulemusi mingis olekus postitustega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "sc_archived",
                                    "leads",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/rm_content_editor"
                    }
                ]
            }
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Postituse unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Postituse avaldamise aeg (kohalik).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Postituse avaldamise aeg, GMT ajatsoonis.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Postituse t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nimega postituseolek.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "sc_archived"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Parool  ligip\u00e4\u00e4su piiramiseks.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Postituse sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Postituse sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Postituse HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Selle postituse kasutatava sisuplokivormingu versioon.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kas sisu on parooliga kaitstud.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Postituse kuvamiseks kasutatav teemafail.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Automaatsalvestuse \u00fclemobjekti tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Automaatsalvestuse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Postituset\u00fc\u00fcbi tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Olekutunnus (t\u00e4hed ja numbrid)",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Piira tulemusi konkreetse postituset\u00fc\u00fcbiga seotud taksonoomiatega.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Taksonoomia tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Piira tulemusi konkreetse \u00fclemobjektiga seotud terminitega.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclemtermini tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclemtermini tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Men\u00fc\u00fc asukohad.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Kas lisada siia men\u00fc\u00fcsse automaatselt k\u00f5ik uued \u00fclataseme lehed.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Men\u00fc\u00fc asukohad.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Kas lisada siia men\u00fc\u00fcsse automaatselt k\u00f5ik uued \u00fclataseme lehed.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/training-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/training-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/training-types\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/course-status": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/course-status"
                    }
                ]
            }
        },
        "\/wp\/v2\/course-status\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/coursedate": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/coursedate"
                    }
                ]
            }
        },
        "\/wp\/v2\/coursedate\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/location": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/location"
                    }
                ]
            }
        },
        "\/wp\/v2\/location\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_collection": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi termini atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kas peita terminid, mis pole seotud \u00fchegi postitusega.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Piira tulemusi selle postitusega seotud terminitega.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega terminiga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/sc_collection"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc_collection\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Termini HTML-kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Termini HTML-pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Termini t\u00fc\u00fcpi m\u00e4\u00e4rav tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Termini unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna termineid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sordi kasutaja atribuutide j\u00e4rgi.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi \u00fche v\u00f5i mitme konkreetse p\u00fcsiviitega kasutajaga.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Piira tulemusi kasutajatega, kellel on v\u00e4hemalt \u00fcks etteantud rollidest. V\u00f5ib anda \u00fcksiku rolli v\u00f5i mitu komadega eraldatud rolli.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Piira tulemusi kasutajatega, kellel on v\u00e4hemalt \u00fcks etteantud rollidest. V\u00f5ib anda \u00fcksiku rolli v\u00f5i mitu komadega eraldatud rolli.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Piira tulemusi kasutajatega, keda loetakse autoriteks.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Piira tulemusi kasutajatega, kes on avaldanud postitusi.",
                            "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_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "case-study": "case-study",
                                    "course": "course",
                                    "service": "service",
                                    "gspbstylebook": "gspbstylebook",
                                    "sc_form": "sc_form",
                                    "sc_cart": "sc_cart",
                                    "sc_product": "sc_product",
                                    "popup": "popup",
                                    "popup_theme": "popup_theme",
                                    "pum_cta": "pum_cta",
                                    "rm_content_editor": "rm_content_editor"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Otsinguveergude nimede massiiv.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "is_customer": {
                            "description": "Limit result set to users with a customer.",
                            "type": "boolean",
                            "required": false
                        },
                        "sc_customer_ids": {
                            "description": "Limit result set to users with specific customer ids.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Kasutajanimi.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Kasutaja kuvatav nimi.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kasutaja eesnimi.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kasutaja perekonnanimi.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kasutaja e-postiaadress.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "Kasutaja URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kasutaja kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kasutaja maakood.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "et"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kasutaja h\u00fc\u00fcdnimi.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kasutaja tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kasutajale m\u00e4\u00e4ratud rollid.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kasutaja parool (ei n\u00e4idata kunagi).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "sc_customer_ids": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "properties": {
                                        "live": {
                                            "type": "string"
                                        },
                                        "test": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "default_password_nag": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "S\u00e4tete uuendamise kuup\u00e4ev ja kellaaeg.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Kasutaja unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Kasutaja unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Kasutajanimi.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Kasutaja kuvatav nimi.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kasutaja eesnimi.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kasutaja perekonnanimi.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kasutaja e-postiaadress.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "Kasutaja URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kasutaja kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kasutaja maakood.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "et"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kasutaja h\u00fc\u00fcdnimi.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kasutaja tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kasutajale m\u00e4\u00e4ratud rollid.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kasutaja parool (ei n\u00e4idata kunagi).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "sc_customer_ids": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "properties": {
                                        "live": {
                                            "type": "string"
                                        },
                                        "test": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "default_password_nag": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "S\u00e4tete uuendamise kuup\u00e4ev ja kellaaeg.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Kasutaja unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna kasutajaid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Omista kustutatud kasutaja postitused ja viited sellele kasutajale.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Kasutajanimi.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Kasutaja kuvatav nimi.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kasutaja eesnimi.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kasutaja perekonnanimi.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kasutaja e-postiaadress.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "Kasutaja URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kasutaja kirjeldus.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kasutaja maakood.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "et"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kasutaja h\u00fc\u00fcdnimi.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kasutaja tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kasutajale m\u00e4\u00e4ratud rollid.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kasutaja parool (ei n\u00e4idata kunagi).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "sc_customer_ids": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "properties": {
                                        "live": {
                                            "type": "string"
                                        },
                                        "test": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "default_password_nag": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "S\u00e4tete uuendamise kuup\u00e4ev ja kellaaeg.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Peab olema t\u00f5ene, kuna kasutajaid ei saa pr\u00fcgikasti saata.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Omista kustutatud kasutaja postitused ja viited sellele kasutajale.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Rakenduse pakutav UUID, mis seda unikaalselt tuvastab. UUID v5 kasutus URL v\u00f5i DNS nimeruumiga on soovitatav.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "Rakenduse salas\u00f5na nimi.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Rakenduse pakutav UUID, mis seda unikaalselt tuvastab. UUID v5 kasutus URL v\u00f5i DNS nimeruumiga on soovitatav.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "Rakenduse salas\u00f5na nimi.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Piira vastamist kommentaaridega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Piira tulemusi konkreetsete tunnustega kasutajate kommentaaridega. N\u00f5uab vastavaid \u00f5igusi.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete tunnustega kasutajate kommentaarid. N\u00f5uab vastavaid \u00f5igusi.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Piira tulemusi konkreetse e-postiaadressiga autoritega. N\u00f5uab vastavaid \u00f5igusi.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Piira vastamist kommentaaridega, mis avaldati enne m\u00e4\u00e4ratud kuup\u00e4eva.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi kommentaari atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsete \u00fclemtunnuste kommentaarid.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed \u00fclemtunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Piira tulemusi konkreetse postitusetunnusega kommentaaridega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Piira tulemusi kindlas olekus kommentaaridega. N\u00f5uab vastavaid \u00f5igusi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Piira tulemusi konkreetset t\u00fc\u00fcpi kommentaaridega. N\u00f5uab vastavaid \u00f5igusi.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Postituse parool (kui see on parooliga kaitstud)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "Kasutaja tunnus, kui autor on kasutaja.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Kommentaari autori e-postiaadress.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Kommentaari autori IP-aadress.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Kommentaari autori kuvatav nimi.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "Kommentaari autori URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Kommentaari autori kasutajaagent.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Kommentaari sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Kommentaari sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Kommentaari HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Kommentaari avaldamise aeg (kohalik).",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Kommentaari avaldamise aeg (GMT).",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u00dclemkommentaari tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "Seonduva postituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Kommentaari olek.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Kommentaari unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Kommenteeritud postituse parool (kui see on paroolikaitse all).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Kommentaari unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "Kasutaja tunnus, kui autor on kasutaja.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Kommentaari autori e-postiaadress.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Kommentaari autori IP-aadress.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Kommentaari autori kuvatav nimi.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "Kommentaari autori URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Kommentaari autori kasutajaagent.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Kommentaari sisu.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Kommentaari sisu, nagu see andmebaasis esineb.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Kommentaari HTML-sisu ekraanil kuvamiseks.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Kommentaari avaldamise aeg (kohalik).",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Kommentaari avaldamise aeg (GMT).",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dclemkommentaari tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Seonduva postituse tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Kommentaari olek.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Metav\u00e4ljad.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Kommentaari unikaalne tunnus.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kas eirata pr\u00fcgikasti ja sundida koheselt kustutama.",
                            "required": false
                        },
                        "password": {
                            "description": "Kommenteeritud postituse parool (kui see on paroolikaitse all).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Piira valikut objektit\u00fc\u00fcbiga.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Piira valikut objekti alamt\u00fc\u00fcpidega.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "case-study",
                                    "course",
                                    "service",
                                    "gspbstylebook",
                                    "sc_product",
                                    "popup",
                                    "popup_theme",
                                    "category",
                                    "post_tag",
                                    "training-types",
                                    "course-status",
                                    "coursedate",
                                    "location",
                                    "sc_collection",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "J\u00e4ta tulemustest v\u00e4lja konkreetsed tunnused.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Piira tulemusi konkreetsete tunnustega.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Ploki unikaalne registreerimisnimi.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Ploki atribuudid.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "Postituse kontekstitunnus.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Ploki nimeruum.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Ploki nimeruum.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Ploki nimi.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Ploki nimeruum.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "Pealkiri",
                            "description": "Saidi pealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "L\u00fchikirjeldus",
                            "description": "Veebisaidi alapealkiri.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "Veebilehe aadress.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "Seda aadressi kasutatakse saidi haldamisel, n\u00e4iteks uue kasutaja teavitamiseks.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "Linn samas ajav\u00f6\u00f6ndis.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "K\u00f5igi kuup\u00e4evade vorming.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "K\u00f5igi kellaaegade vorming.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "N\u00e4dala algusp\u00e4eva number.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPressi maakood.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Teisenda emootikonid nagu :-) ja :-P graafilisteks.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Vaikimisi rubriik.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Vaikimisi postitusevorming.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Maximum posts per page",
                            "description": "Blogilehe maksimaalne maht.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Show on front",
                            "description": "Mida esik\u00fcljel n\u00e4idata",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Page on front",
                            "description": "Lehe tunnus, mis tuleks kuvada esilehena",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "Lehe tunnus, mis peaks kuvama uusimaid postitusi",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Luba uute artiklite juures teiste ajaveebide m\u00e4rguandeid (pingback- ja trackback-viited).",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Allow comments on new posts",
                            "description": "Luba uute postituste kommenteerimist.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Veebisaidi logo.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icon",
                            "description": "Veebisaidi ikoon.",
                            "type": "integer",
                            "required": false
                        },
                        "surecart_auto_sync_user_to_customer": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_honeypot_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_recaptcha_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_recaptcha_site_key": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_recaptcha_secret_key": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_recaptcha_min_score": {
                            "title": "",
                            "description": "",
                            "type": "number",
                            "required": false
                        },
                        "surecart_load_stripe_js": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_tracking_confirmation": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_tracking_confirmation_message": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_buy_link_logo_width": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_cart_menu_alignment": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_cart_menu_always_shown": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_cart_menu_selected_ids": {
                            "title": "",
                            "description": "",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "surecart_cart_icon": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_cart_icon_type": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_admin_toolbar_disabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_password_validation_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_shop_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_cart_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_checkout_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_dashboard_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_unrestricted_test_mode": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_hide_help_widget": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_currency_switcher_alignment": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_currency_switcher_selected_ids": {
                            "title": "",
                            "description": "",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "surecart_currency_geolocation_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_currency_locale": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_hide_verified_buyer_badge": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_learn_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_learn_completed_steps": {
                            "title": "",
                            "description": "",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "surecart_learn_total_steps": {
                            "title": "",
                            "description": "",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Piira valikut teemadega, millele on m\u00e4\u00e4ratud olek.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Teema stiilileht, mis selle \u00fcheselt  m\u00e4\u00e4ratleb.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Piirab tulemusi etteantud olekuga pluginatega.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org'i pluginakataloogi p\u00fcsiviide.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Plugina olek.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Plugina olek.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Registreeritud k\u00fclgpaani tunnus",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Rekursiivsed moodulid.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Moodulit\u00fc\u00fcbi tunnus.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Moodulit\u00fc\u00fcbi tunnus.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Praegused mooduli instantsis\u00e4tted.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Instantsi s\u00e4tetesse lisatavad mooduli vormiandmed.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Moodulit\u00fc\u00fcbi tunnus.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Praegused mooduli instantsis\u00e4tted.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "K\u00fclgpaan, kuhu moodulid suunatakse.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Mooduli unikaalne tunnus.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Mooduli t\u00fc\u00fcp. Vastab widget-types- l\u00f5pp-punkti tunnusele.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "K\u00fclgpaan, kuhu moodul kuulub.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Mooduli instantsis\u00e4tted, kui neid toetatakse.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Instantsis\u00e4tete esitus base64-kodeeringus.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Instantsis\u00e4tete kr\u00fcptor\u00e4si.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Instantsi kodeerimata s\u00e4tted, kui neid toetatakse.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URLi alusel kodeeritud vormiandmed mooduli haldusvormilt. Neid kasutatakse instantse mittetoetava mooduli uuendamiseks. Ainult kirjutus\u00f5igus.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Mooduli unikaalne tunnus.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Mooduli t\u00fc\u00fcp. Vastab widget-types- l\u00f5pp-punkti tunnusele.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "K\u00fclgpaan, kuhu moodul kuulub.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Mooduli instantsis\u00e4tted, kui neid toetatakse.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Instantsis\u00e4tete esitus base64-kodeeringus.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Instantsis\u00e4tete kr\u00fcptor\u00e4si.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Instantsi kodeerimata s\u00e4tted, kui neid toetatakse.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URLi alusel kodeeritud vormiandmed mooduli haldusvormilt. Neid kasutatakse instantse mittetoetava mooduli uuendamiseks. Ainult kirjutus\u00f5igus.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Kas sundeemaldada moodul v\u00f5i viia see v\u00e4ljal\u00fclitatud k\u00fclgpaanile.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Piira otsingutulemusi otsitavale vastavate plokkidega.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Piira tulemusi etteantud teksti alusel.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Piira rubriigi tunnusega.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Piira v\u00f5tmes\u00f5na tunnusega.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Piira tulemusi etteantud tekstimustri (p\u00fcsiviite) alusel.",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Nihuta tulemust edasi mingi arvu elementide v\u00f5rra.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "J\u00e4rjesta atribuudi kasvamise v\u00f5i kahanemise alusel.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sordi postituse atribuutide j\u00e4rgi.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/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": "T\u00f6\u00f6deldav URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Men\u00fc\u00fc asukoha tunnus (t\u00e4hed ja numbrid).",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "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:\/\/nutihub.com\/et\/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:\/\/nutihub.com\/et\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique identifier for the ability category.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Input parameters for the ability execution.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "P\u00e4ringu skoop, m\u00e4\u00e4rab vastuses kuvatavad v\u00e4ljad.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Jooksev lehek\u00fclg.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maksimaalne elementide arv, mida vastuses kuvatakse.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to abilities in specific ability category.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/nutihub.com\/et\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 17,
    "site_icon": 22,
    "site_icon_url": "https:\/\/nutihub.com\/wp-content\/uploads\/2026\/01\/cropped-Social_Profile_Mirko-2.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/media\/17"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/nutihub.com\/et\/wp-json\/wp\/v2\/media\/22"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}