# generated: '2026-09-06' # method: derived # source: https://www.entergy.com/wp-json/ (live WordPress REST route index, HTTP 200, fetched 2026-09-06) openapi: 3.1.0 info: title: Entergy WordPress REST API version: 1.0.0 summary: The public WordPress core REST API exposed by entergy.com. description: 'The anonymous, machine-readable REST surface published at https://www.entergy.com/wp-json/. This is the WordPress core (plus site plugin) REST API that backs entergy.com''s content - posts, pages, media, menus, the store locator and site health - not an Entergy energy/utility product API. Entergy publishes no developer portal and no product API contract; this document was DERIVED, route for route, from the live self-describing route index the site itself serves. Every path, method and parameter below is copied from that index. Response bodies are NOT described by the index, so they are recorded as generic objects rather than invented. Ownership is unambiguous: the index reports name "Entergy" and url "https://www.entergy.com".' contact: name: Entergy Corporation url: https://www.entergy.com/contact x-generated-from: https://www.entergy.com/wp-json/ (WordPress REST API route index, fetched 2026-09-06, HTTP 200) x-provenance-method: derived servers: - url: https://www.entergy.com/wp-json description: WordPress REST API root on Entergy's corporate site. components: schemas: WPError: type: object description: WordPress REST API error envelope, observed live on this host. properties: code: type: string examples: - rest_forbidden - rest_no_route message: type: string examples: - Sorry, you are not allowed to do that. data: type: object properties: status: type: integer examples: - 401 - 404 securitySchemes: applicationPassword: type: http scheme: basic description: WordPress Application Passwords. The route index advertises the authorization endpoint at https://www.entergy.com/wp-admin/authorize-application.php. Write routes and privileged read routes require it; the public read routes do not. paths: /batch/v1: post: operationId: post_batch_v1 summary: POST /batch/v1 description: WordPress REST API route /batch/v1 in namespace , as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: validation: type: string enum: - require-all-validate - normal default: normal requests: type: array items: type: object required: - requests /mdd_pro/v2: get: operationId: get_mdd_pro_v2 summary: GET /mdd_pro/v2 description: WordPress REST API route /mdd_pro/v2 in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: mdd_pro/v2 - name: context in: query required: false schema: type: string default: view /mdd_pro/v2/bulk_delete_unused: post: operationId: post_mdd_pro_v2_bulk_delete_unused summary: POST /mdd_pro/v2/bulk_delete_unused description: WordPress REST API route /mdd_pro/v2/bulk_delete_unused in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/bulk_delete_unused_status: get: operationId: get_mdd_pro_v2_bulk_delete_unused_status summary: GET /mdd_pro/v2/bulk_delete_unused_status description: WordPress REST API route /mdd_pro/v2/bulk_delete_unused_status in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/bulk_delete_unused_stop: post: operationId: post_mdd_pro_v2_bulk_delete_unused_stop summary: POST /mdd_pro/v2/bulk_delete_unused_stop description: WordPress REST API route /mdd_pro/v2/bulk_delete_unused_stop in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/bulk_delete_unused_test: post: operationId: post_mdd_pro_v2_bulk_delete_unused_test summary: POST /mdd_pro/v2/bulk_delete_unused_test description: WordPress REST API route /mdd_pro/v2/bulk_delete_unused_test in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/index: post: operationId: post_mdd_pro_v2_index summary: POST /mdd_pro/v2/index description: WordPress REST API route /mdd_pro/v2/index in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/index_status: get: operationId: get_mdd_pro_v2_index_status summary: GET /mdd_pro/v2/index_status description: WordPress REST API route /mdd_pro/v2/index_status in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/index_stop: post: operationId: post_mdd_pro_v2_index_stop summary: POST /mdd_pro/v2/index_stop description: WordPress REST API route /mdd_pro/v2/index_stop in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/index_test: post: operationId: post_mdd_pro_v2_index_test summary: POST /mdd_pro/v2/index_test description: WordPress REST API route /mdd_pro/v2/index_test in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/smart_bulk_delete: post: operationId: post_mdd_pro_v2_smart_bulk_delete summary: POST /mdd_pro/v2/smart_bulk_delete description: WordPress REST API route /mdd_pro/v2/smart_bulk_delete in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/smart_bulk_delete_status: get: operationId: get_mdd_pro_v2_smart_bulk_delete_status summary: GET /mdd_pro/v2/smart_bulk_delete_status description: WordPress REST API route /mdd_pro/v2/smart_bulk_delete_status in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/smart_bulk_delete_stop: post: operationId: post_mdd_pro_v2_smart_bulk_delete_stop summary: POST /mdd_pro/v2/smart_bulk_delete_stop description: WordPress REST API route /mdd_pro/v2/smart_bulk_delete_stop in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /mdd_pro/v2/smart_bulk_delete_test: post: operationId: post_mdd_pro_v2_smart_bulk_delete_test summary: POST /mdd_pro/v2/smart_bulk_delete_test description: WordPress REST API route /mdd_pro/v2/smart_bulk_delete_test in namespace mdd_pro/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - mdd_pro/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /oembed/1.0: get: operationId: get_oembed_1_0 summary: GET /oembed/1.0 description: WordPress REST API route /oembed/1.0 in namespace oembed/1.0, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - oembed/1.0 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: oembed/1.0 - name: context in: query required: false schema: type: string default: view /oembed/1.0/embed: get: operationId: get_oembed_1_0_embed summary: GET /oembed/1.0/embed description: WordPress REST API route /oembed/1.0/embed in namespace oembed/1.0, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - oembed/1.0 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: url in: query required: true schema: type: string format: uri description: The URL of the resource for which to fetch oEmbed data. - name: format in: query required: false schema: type: string default: json - name: maxwidth in: query required: false schema: type: string default: 600 /oembed/1.0/proxy: get: operationId: get_oembed_1_0_proxy summary: GET /oembed/1.0/proxy description: WordPress REST API route /oembed/1.0/proxy in namespace oembed/1.0, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - oembed/1.0 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: url in: query required: true schema: type: string format: uri description: The URL of the resource for which to fetch oEmbed data. - name: format in: query required: false schema: type: string enum: - json - xml default: json description: The oEmbed format to use. - name: maxwidth in: query required: false schema: type: integer default: 600 description: The maximum width of the embed frame in pixels. - name: maxheight in: query required: false schema: type: integer description: The maximum height of the embed frame in pixels. - name: discover in: query required: false schema: type: boolean default: true description: Whether to perform an oEmbed discovery request for unsanctioned providers. /wp-abilities/v1: get: operationId: get_wp_abilities_v1 summary: GET /wp-abilities/v1 description: WordPress REST API route /wp-abilities/v1 in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wp-abilities/v1 - name: context in: query required: false schema: type: string default: view /wp-abilities/v1/abilities: get: operationId: get_wp_abilities_v1_abilities summary: GET /wp-abilities/v1/abilities description: WordPress REST API route /wp-abilities/v1/abilities in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 50 description: Maximum number of items to be returned in result set. - name: category in: query required: false schema: type: string description: Limit results to abilities in specific ability category. - name: namespace in: query required: false schema: type: string description: Limit results to abilities in a specific namespace. - name: meta in: query required: false schema: type: object description: Limit results to abilities matching all of the given meta fields. /wp-abilities/v1/abilities/{name}: parameters: - name: name in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_abilities_v1_abilities_name summary: GET /wp-abilities/v1/abilities/{name} description: WordPress REST API route /wp-abilities/v1/abilities/(?P[a-zA-Z0-9\-\/]+) in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-abilities/v1/abilities/{name}/run: parameters: - name: name in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_abilities_v1_abilities_name_run summary: GET /wp-abilities/v1/abilities/{name}/run description: WordPress REST API route /wp-abilities/v1/abilities/(?P[a-zA-Z0-9\-\/]+?)/run in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: input in: query required: false schema: type: integer description: Input parameters for the ability execution. post: operationId: post_wp_abilities_v1_abilities_name_run summary: POST /wp-abilities/v1/abilities/{name}/run description: WordPress REST API route /wp-abilities/v1/abilities/(?P[a-zA-Z0-9\-\/]+?)/run in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: input: type: integer description: Input parameters for the ability execution. put: operationId: put_wp_abilities_v1_abilities_name_run summary: PUT /wp-abilities/v1/abilities/{name}/run description: WordPress REST API route /wp-abilities/v1/abilities/(?P[a-zA-Z0-9\-\/]+?)/run in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: input: type: integer description: Input parameters for the ability execution. patch: operationId: patch_wp_abilities_v1_abilities_name_run summary: PATCH /wp-abilities/v1/abilities/{name}/run description: WordPress REST API route /wp-abilities/v1/abilities/(?P[a-zA-Z0-9\-\/]+?)/run in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: input: type: integer description: Input parameters for the ability execution. delete: operationId: delete_wp_abilities_v1_abilities_name_run summary: DELETE /wp-abilities/v1/abilities/{name}/run description: WordPress REST API route /wp-abilities/v1/abilities/(?P[a-zA-Z0-9\-\/]+?)/run in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: input in: query required: false schema: type: integer description: Input parameters for the ability execution. /wp-abilities/v1/categories: get: operationId: get_wp_abilities_v1_categories summary: GET /wp-abilities/v1/categories description: WordPress REST API route /wp-abilities/v1/categories in namespace wp-abilities/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-abilities/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 50 description: Maximum number of items to be returned in result set. /wp-block-editor/v1: get: operationId: get_wp_block_editor_v1 summary: GET /wp-block-editor/v1 description: WordPress REST API route /wp-block-editor/v1 in namespace wp-block-editor/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-block-editor/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wp-block-editor/v1 - name: context in: query required: false schema: type: string default: view /wp-block-editor/v1/export: get: operationId: get_wp_block_editor_v1_export summary: GET /wp-block-editor/v1/export description: WordPress REST API route /wp-block-editor/v1/export in namespace wp-block-editor/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-block-editor/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-block-editor/v1/navigation-fallback: get: operationId: get_wp_block_editor_v1_navigation_fallback summary: GET /wp-block-editor/v1/navigation-fallback description: WordPress REST API route /wp-block-editor/v1/navigation-fallback in namespace wp-block-editor/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-block-editor/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-block-editor/v1/url-details: get: operationId: get_wp_block_editor_v1_url_details summary: GET /wp-block-editor/v1/url-details description: WordPress REST API route /wp-block-editor/v1/url-details in namespace wp-block-editor/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-block-editor/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: url in: query required: true schema: type: string format: uri description: The URL to process. /wp-site-health/v1: get: operationId: get_wp_site_health_v1 summary: GET /wp-site-health/v1 description: WordPress REST API route /wp-site-health/v1 in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wp-site-health/v1 - name: context in: query required: false schema: type: string default: view /wp-site-health/v1/directory-sizes: get: operationId: get_wp_site_health_v1_directory_sizes summary: GET /wp-site-health/v1/directory-sizes description: WordPress REST API route /wp-site-health/v1/directory-sizes in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-site-health/v1/tests/authorization-header: get: operationId: get_wp_site_health_v1_tests_authorization_header summary: GET /wp-site-health/v1/tests/authorization-header description: WordPress REST API route /wp-site-health/v1/tests/authorization-header in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-site-health/v1/tests/background-updates: get: operationId: get_wp_site_health_v1_tests_background_updates summary: GET /wp-site-health/v1/tests/background-updates description: WordPress REST API route /wp-site-health/v1/tests/background-updates in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-site-health/v1/tests/dotorg-communication: get: operationId: get_wp_site_health_v1_tests_dotorg_communication summary: GET /wp-site-health/v1/tests/dotorg-communication description: WordPress REST API route /wp-site-health/v1/tests/dotorg-communication in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-site-health/v1/tests/https-status: get: operationId: get_wp_site_health_v1_tests_https_status summary: GET /wp-site-health/v1/tests/https-status description: WordPress REST API route /wp-site-health/v1/tests/https-status in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-site-health/v1/tests/loopback-requests: get: operationId: get_wp_site_health_v1_tests_loopback_requests summary: GET /wp-site-health/v1/tests/loopback-requests description: WordPress REST API route /wp-site-health/v1/tests/loopback-requests in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp-site-health/v1/tests/page-cache: get: operationId: get_wp_site_health_v1_tests_page_cache summary: GET /wp-site-health/v1/tests/page-cache description: WordPress REST API route /wp-site-health/v1/tests/page-cache in namespace wp-site-health/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp-site-health/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp/v2: get: operationId: get_wp_v2 summary: GET /wp/v2 description: WordPress REST API route /wp/v2 in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wp/v2 - name: context in: query required: false schema: type: string default: view /wp/v2/block-directory/search: get: operationId: get_wp_v2_block_directory_search summary: GET /wp/v2/block-directory/search description: WordPress REST API route /wp/v2/block-directory/search in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: term in: query required: true schema: type: string description: Limit result set to blocks matching the search term. /wp/v2/block-patterns/categories: get: operationId: get_wp_v2_block_patterns_categories summary: GET /wp/v2/block-patterns/categories description: WordPress REST API route /wp/v2/block-patterns/categories in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp/v2/block-patterns/patterns: get: operationId: get_wp_v2_block_patterns_patterns summary: GET /wp/v2/block-patterns/patterns description: WordPress REST API route /wp/v2/block-patterns/patterns in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wp/v2/block-renderer/{name}: parameters: - name: name in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_block_renderer_name summary: GET /wp/v2/block-renderer/{name} description: WordPress REST API route /wp/v2/block-renderer/(?P[a-z0-9-]+/[a-z0-9-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: &id001 - edit default: view description: Scope under which the request is made; determines fields present in response. - name: attributes in: query required: false schema: type: object description: Attributes for the block. - name: post_id in: query required: false schema: type: integer description: ID of the post context. post: operationId: post_wp_v2_block_renderer_name summary: POST /wp/v2/block-renderer/{name} description: WordPress REST API route /wp/v2/block-renderer/(?P[a-z0-9-]+/[a-z0-9-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: context: type: string enum: *id001 default: view description: Scope under which the request is made; determines fields present in response. attributes: type: object description: Attributes for the block. post_id: type: integer description: ID of the post context. /wp/v2/block-types: get: operationId: get_wp_v2_block_types summary: GET /wp/v2/block-types description: WordPress REST API route /wp/v2/block-types in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: namespace in: query required: false schema: type: string description: Block namespace. /wp/v2/block-types/{namespace}: parameters: - name: namespace in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_block_types_namespace summary: GET /wp/v2/block-types/{namespace} description: WordPress REST API route /wp/v2/block-types/(?P[a-zA-Z0-9_-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/block-types/{namespace}/{name}: parameters: - name: namespace in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: name in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_block_types_namespace_name summary: GET /wp/v2/block-types/{namespace}/{name} description: WordPress REST API route /wp/v2/block-types/(?P[a-zA-Z0-9_-]+)/(?P[a-zA-Z0-9_-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/blocks: get: operationId: get_wp_v2_blocks summary: GET /wp/v2/blocks description: WordPress REST API route /wp/v2/blocks in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date description: Sort collection by post attribute. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. - name: tax_relation in: query required: false schema: type: string enum: - AND - OR description: Limit result set based on relationship between multiple taxonomies. - name: wp_pattern_category in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy. - name: wp_pattern_category_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy. post: operationId: post_wp_v2_blocks summary: POST /wp/v2/blocks description: WordPress REST API route /wp/v2/blocks in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. excerpt: type: object description: The excerpt for the post. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. wp_pattern_category: type: array items: type: integer description: The terms assigned to the post in the wp_pattern_category taxonomy. /wp/v2/blocks/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_blocks_id summary: GET /wp/v2/blocks/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: excerpt_length in: query required: false schema: type: integer description: Override the default excerpt length. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_blocks_id summary: POST /wp/v2/blocks/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id002 - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. excerpt: type: object description: The excerpt for the post. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. wp_pattern_category: type: array items: type: integer description: The terms assigned to the post in the wp_pattern_category taxonomy. put: operationId: put_wp_v2_blocks_id summary: PUT /wp/v2/blocks/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id002 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. excerpt: type: object description: The excerpt for the post. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. wp_pattern_category: type: array items: type: integer description: The terms assigned to the post in the wp_pattern_category taxonomy. patch: operationId: patch_wp_v2_blocks_id summary: PATCH /wp/v2/blocks/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id002 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. excerpt: type: object description: The excerpt for the post. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. wp_pattern_category: type: array items: type: integer description: The terms assigned to the post in the wp_pattern_category taxonomy. delete: operationId: delete_wp_v2_blocks_id summary: DELETE /wp/v2/blocks/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/blocks/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_blocks_id_autosaves summary: GET /wp/v2/blocks/{id}/autosaves description: WordPress REST API route /wp/v2/blocks/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_blocks_id_autosaves summary: POST /wp/v2/blocks/{id}/autosaves description: WordPress REST API route /wp/v2/blocks/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the autosave. date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. excerpt: type: object description: The excerpt for the post. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. wp_pattern_category: type: array items: type: integer description: The terms assigned to the post in the wp_pattern_category taxonomy. /wp/v2/blocks/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_blocks_parent_autosaves_id summary: GET /wp/v2/blocks/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/blocks/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_blocks_parent_revisions summary: GET /wp/v2/blocks/{parent}/revisions description: WordPress REST API route /wp/v2/blocks/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - id - include - relevance - slug - include_slugs - title default: date description: Sort collection by object attribute. /wp/v2/blocks/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_blocks_parent_revisions_id summary: GET /wp/v2/blocks/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_blocks_parent_revisions_id summary: DELETE /wp/v2/blocks/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/blocks/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as revisions do not support trashing. /wp/v2/categories: get: operationId: get_wp_v2_categories summary: GET /wp/v2/categories description: WordPress REST API route /wp/v2/categories in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - slug - include_slugs - term_group - description - count default: name description: Sort collection by term attribute. - name: hide_empty in: query required: false schema: type: boolean default: false description: Whether to hide terms not assigned to any posts. - name: parent in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific parent. - name: post in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific post. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to terms with one or more specific slugs. post: operationId: post_wp_v2_categories summary: POST /wp/v2/categories description: WordPress REST API route /wp/v2/categories in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. required: - name /wp/v2/categories/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_categories_id summary: GET /wp/v2/categories/{id} description: WordPress REST API route /wp/v2/categories/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_categories_id summary: POST /wp/v2/categories/{id} description: WordPress REST API route /wp/v2/categories/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. put: operationId: put_wp_v2_categories_id summary: PUT /wp/v2/categories/{id} description: WordPress REST API route /wp/v2/categories/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_categories_id summary: PATCH /wp/v2/categories/{id} description: WordPress REST API route /wp/v2/categories/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_categories_id summary: DELETE /wp/v2/categories/{id} description: WordPress REST API route /wp/v2/categories/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as terms do not support trashing. /wp/v2/comments: get: operationId: get_wp_v2_comments summary: GET /wp/v2/comments description: WordPress REST API route /wp/v2/comments in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to comments published after a given ISO8601 compliant date. - name: author in: query required: false schema: type: array items: type: integer description: Limit result set to comments assigned to specific user IDs. Requires authorization. - name: author_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes comments assigned to specific user IDs. Requires authorization. - name: author_email in: query required: false schema: type: string format: email description: Limit result set to that from a specific author email. Requires authorization. - name: before in: query required: false schema: type: string format: date-time description: Limit response to comments published before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - date_gmt - id - include - post - parent - type default: date_gmt description: Sort collection by comment attribute. - name: parent in: query required: false schema: type: array items: type: integer description: Limit result set to comments of specific parent IDs. - name: parent_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific parent IDs. - name: post in: query required: false schema: type: array items: type: integer description: Limit result set to comments assigned to specific post IDs. - name: status in: query required: false schema: type: string default: approve description: Limit result set to comments assigned a specific status. Requires authorization. - name: type in: query required: false schema: type: string default: comment description: Limit result set to comments assigned a specific type. Requires authorization. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_comments summary: POST /wp/v2/comments description: WordPress REST API route /wp/v2/comments in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: author: type: integer description: The ID of the user object, if author was a user. author_email: type: string format: email description: Email address for the comment author. author_ip: type: string format: ip description: IP address for the comment author. author_name: type: string description: Display name for the comment author. author_url: type: string format: uri description: URL for the comment author. author_user_agent: type: string description: User agent for the comment author. content: type: object description: The content for the comment. date: type: string format: date-time description: The date the comment was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the comment was published, as GMT. parent: type: integer default: 0 description: The ID for the parent of the comment. post: type: integer default: 0 description: The ID of the associated post object. status: type: string description: State of the comment. meta: type: object description: Meta fields. /wp/v2/comments/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_comments_id summary: GET /wp/v2/comments/{id} description: WordPress REST API route /wp/v2/comments/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: password in: query required: false schema: type: string description: The password for the parent post of the comment (if the post is password protected). post: operationId: post_wp_v2_comments_id summary: POST /wp/v2/comments/{id} description: WordPress REST API route /wp/v2/comments/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: author: type: integer description: The ID of the user object, if author was a user. author_email: type: string format: email description: Email address for the comment author. author_ip: type: string format: ip description: IP address for the comment author. author_name: type: string description: Display name for the comment author. author_url: type: string format: uri description: URL for the comment author. author_user_agent: type: string description: User agent for the comment author. content: type: object description: The content for the comment. date: type: string format: date-time description: The date the comment was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the comment was published, as GMT. parent: type: integer description: The ID for the parent of the comment. post: type: integer description: The ID of the associated post object. status: type: string description: State of the comment. meta: type: object description: Meta fields. put: operationId: put_wp_v2_comments_id summary: PUT /wp/v2/comments/{id} description: WordPress REST API route /wp/v2/comments/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: author: type: integer description: The ID of the user object, if author was a user. author_email: type: string format: email description: Email address for the comment author. author_ip: type: string format: ip description: IP address for the comment author. author_name: type: string description: Display name for the comment author. author_url: type: string format: uri description: URL for the comment author. author_user_agent: type: string description: User agent for the comment author. content: type: object description: The content for the comment. date: type: string format: date-time description: The date the comment was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the comment was published, as GMT. parent: type: integer description: The ID for the parent of the comment. post: type: integer description: The ID of the associated post object. status: type: string description: State of the comment. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_comments_id summary: PATCH /wp/v2/comments/{id} description: WordPress REST API route /wp/v2/comments/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: author: type: integer description: The ID of the user object, if author was a user. author_email: type: string format: email description: Email address for the comment author. author_ip: type: string format: ip description: IP address for the comment author. author_name: type: string description: Display name for the comment author. author_url: type: string format: uri description: URL for the comment author. author_user_agent: type: string description: User agent for the comment author. content: type: object description: The content for the comment. date: type: string format: date-time description: The date the comment was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the comment was published, as GMT. parent: type: integer description: The ID for the parent of the comment. post: type: integer description: The ID of the associated post object. status: type: string description: State of the comment. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_comments_id summary: DELETE /wp/v2/comments/{id} description: WordPress REST API route /wp/v2/comments/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. - name: password in: query required: false schema: type: string description: The password for the parent post of the comment (if the post is password protected). /wp/v2/font-collections: get: operationId: get_wp_v2_font_collections summary: GET /wp/v2/font-collections description: WordPress REST API route /wp/v2/font-collections in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. /wp/v2/font-collections/{slug}: parameters: - name: slug in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_font_collections_slug summary: GET /wp/v2/font-collections/{slug} description: WordPress REST API route /wp/v2/font-collections/(?P[\/\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/font-families: get: operationId: get_wp_v2_font_families summary: GET /wp/v2/font-families description: WordPress REST API route /wp/v2/font-families in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include default: id description: Sort collection by post attribute. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. post: operationId: post_wp_v2_font_families summary: POST /wp/v2/font-families description: WordPress REST API route /wp/v2/font-families in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: theme_json_version: type: integer default: 3 description: Version of the theme.json schema used for the typography settings. font_family_settings: type: string description: font-family declaration in theme.json format, encoded as a string. required: - font_family_settings /wp/v2/font-families/{font_family_id}/font-faces: parameters: - name: font_family_id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_font_families_font_family_id_font_faces summary: GET /wp/v2/font-families/{font_family_id}/font-faces description: WordPress REST API route /wp/v2/font-families/(?P[\d]+)/font-faces in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include default: id description: Sort collection by post attribute. post: operationId: post_wp_v2_font_families_font_family_id_font_faces summary: POST /wp/v2/font-families/{font_family_id}/font-faces description: WordPress REST API route /wp/v2/font-families/(?P[\d]+)/font-faces in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: theme_json_version: type: integer default: 3 description: Version of the theme.json schema used for the typography settings. font_face_settings: type: string description: font-face declaration in theme.json format, encoded as a string. required: - font_face_settings /wp/v2/font-families/{font_family_id}/font-faces/{id}: parameters: - name: font_family_id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_font_families_font_family_id_font_faces_id summary: GET /wp/v2/font-families/{font_family_id}/font-faces/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+)/font-faces/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_font_families_font_family_id_font_faces_id summary: DELETE /wp/v2/font-families/{font_family_id}/font-faces/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+)/font-faces/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/font-families/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_font_families_id summary: GET /wp/v2/font-families/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_font_families_id summary: POST /wp/v2/font-families/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: theme_json_version: type: integer default: 3 description: Version of the theme.json schema used for the typography settings. font_family_settings: type: string description: font-family declaration in theme.json format, encoded as a string. required: - font_family_settings put: operationId: put_wp_v2_font_families_id summary: PUT /wp/v2/font-families/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: theme_json_version: type: integer default: 3 description: Version of the theme.json schema used for the typography settings. font_family_settings: type: string description: font-family declaration in theme.json format, encoded as a string. required: - font_family_settings patch: operationId: patch_wp_v2_font_families_id summary: PATCH /wp/v2/font-families/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: theme_json_version: type: integer default: 3 description: Version of the theme.json schema used for the typography settings. font_family_settings: type: string description: font-family declaration in theme.json format, encoded as a string. required: - font_family_settings delete: operationId: delete_wp_v2_font_families_id summary: DELETE /wp/v2/font-families/{id} description: WordPress REST API route /wp/v2/font-families/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/global-styles/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_global_styles_id summary: GET /wp/v2/global-styles/{id} description: WordPress REST API route /wp/v2/global-styles/(?P[\/\d+]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' post: operationId: post_wp_v2_global_styles_id summary: POST /wp/v2/global-styles/{id} description: WordPress REST API route /wp/v2/global-styles/(?P[\/\d+]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: styles: type: object description: Global styles. settings: type: object description: Global settings. title: type: object description: Title of the global styles variation. put: operationId: put_wp_v2_global_styles_id summary: PUT /wp/v2/global-styles/{id} description: WordPress REST API route /wp/v2/global-styles/(?P[\/\d+]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: styles: type: object description: Global styles. settings: type: object description: Global settings. title: type: object description: Title of the global styles variation. patch: operationId: patch_wp_v2_global_styles_id summary: PATCH /wp/v2/global-styles/{id} description: WordPress REST API route /wp/v2/global-styles/(?P[\/\d+]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: styles: type: object description: Global styles. settings: type: object description: Global settings. title: type: object description: Title of the global styles variation. /wp/v2/global-styles/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_global_styles_parent_revisions summary: GET /wp/v2/global-styles/{parent}/revisions description: WordPress REST API route /wp/v2/global-styles/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. /wp/v2/global-styles/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_global_styles_parent_revisions_id summary: GET /wp/v2/global-styles/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/global-styles/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/icon-collections: get: operationId: get_wp_v2_icon_collections summary: GET /wp/v2/icon-collections description: WordPress REST API route /wp/v2/icon-collections in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. /wp/v2/icons: get: operationId: get_wp_v2_icons summary: GET /wp/v2/icons description: WordPress REST API route /wp/v2/icons in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: collection in: query required: false schema: type: string description: Limit results to icons belonging to the given collection slug. /wp/v2/media: get: operationId: get_wp_v2_media summary: GET /wp/v2/media description: WordPress REST API route /wp/v2/media in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: author in: query required: false schema: type: array items: type: integer description: Limit result set to posts assigned to specific authors. - name: author_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes posts assigned to specific authors. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date description: Sort collection by post attribute. - name: parent in: query required: false schema: type: array items: type: integer description: Limit result set to items with particular parent IDs. - name: parent_exclude in: query required: false schema: type: array items: type: integer description: Limit result set to all items except those of a particular parent ID. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: inherit description: Limit result set to posts assigned one or more statuses. - name: media_type in: query required: false schema: type: array items: type: string description: Limit result set to attachments of a particular media type or media types. - name: mime_type in: query required: false schema: type: array items: type: string description: Limit result set to attachments of a particular MIME type or MIME types. post: operationId: post_wp_v2_media summary: POST /wp/v2/media description: WordPress REST API route /wp/v2/media in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. title: type: object description: The title for the post. author: type: integer description: The ID for the author of the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. alt_text: type: string description: Alternative text to display when attachment is not displayed. caption: type: object description: The attachment caption. description: type: object description: The attachment description. post: type: integer description: The ID for the associated post of the attachment. generate_sub_sizes: type: boolean default: true description: Whether to generate image sub sizes. convert_format: type: boolean default: true description: Whether to convert image formats. url: type: string format: uri description: URL of an external image to sideload into the media library, instead of uploading a file. /wp/v2/media/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_media_id summary: GET /wp/v2/media/{id} description: WordPress REST API route /wp/v2/media/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_media_id summary: POST /wp/v2/media/{id} description: WordPress REST API route /wp/v2/media/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id003 - publish - future - draft - pending - private description: A named status for the post. title: type: object description: The title for the post. author: type: integer description: The ID for the author of the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: &id004 - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: &id005 - open - closed description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. alt_text: type: string description: Alternative text to display when attachment is not displayed. caption: type: object description: The attachment caption. description: type: object description: The attachment description. post: type: integer description: The ID for the associated post of the attachment. put: operationId: put_wp_v2_media_id summary: PUT /wp/v2/media/{id} description: WordPress REST API route /wp/v2/media/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id003 description: A named status for the post. title: type: object description: The title for the post. author: type: integer description: The ID for the author of the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id004 description: Whether or not comments are open on the post. ping_status: type: string enum: *id005 description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. alt_text: type: string description: Alternative text to display when attachment is not displayed. caption: type: object description: The attachment caption. description: type: object description: The attachment description. post: type: integer description: The ID for the associated post of the attachment. patch: operationId: patch_wp_v2_media_id summary: PATCH /wp/v2/media/{id} description: WordPress REST API route /wp/v2/media/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id003 description: A named status for the post. title: type: object description: The title for the post. author: type: integer description: The ID for the author of the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id004 description: Whether or not comments are open on the post. ping_status: type: string enum: *id005 description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. alt_text: type: string description: Alternative text to display when attachment is not displayed. caption: type: object description: The attachment caption. description: type: object description: The attachment description. post: type: integer description: The ID for the associated post of the attachment. delete: operationId: delete_wp_v2_media_id summary: DELETE /wp/v2/media/{id} description: WordPress REST API route /wp/v2/media/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/media/{id}/edit: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. post: operationId: post_wp_v2_media_id_edit summary: POST /wp/v2/media/{id}/edit description: WordPress REST API route /wp/v2/media/(?P[\d]+)/edit in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: src: type: string format: uri description: URL to the edited image file. modifiers: type: array items: type: object description: Array of image edits. rotation: type: integer description: 'The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.' x: type: number description: 'As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.' y: type: number description: 'As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.' width: type: number description: 'As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.' height: type: number description: 'As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.' caption: type: object description: The attachment caption. description: type: object description: The attachment description. title: type: object description: The title for the post. post: type: integer description: The ID for the associated post of the attachment. alt_text: type: string description: Alternative text to display when attachment is not displayed. required: - src /wp/v2/media/{id}/finalize: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. post: operationId: post_wp_v2_media_id_finalize summary: POST /wp/v2/media/{id}/finalize description: WordPress REST API route /wp/v2/media/(?P[\d]+)/finalize in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: sub_sizes: type: array items: type: object description: Array of sub-size metadata collected from sideload responses. /wp/v2/media/{id}/post-process: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. post: operationId: post_wp_v2_media_id_post_process summary: POST /wp/v2/media/{id}/post-process description: WordPress REST API route /wp/v2/media/(?P[\d]+)/post-process in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: action: type: string enum: - create-image-subsizes required: - action /wp/v2/media/{id}/sideload: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. post: operationId: post_wp_v2_media_id_sideload summary: POST /wp/v2/media/{id}/sideload description: WordPress REST API route /wp/v2/media/(?P[\d]+)/sideload in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: image_size: type: string description: Image size. Can be a single size name or an array of size names to register the same file under multiple sizes. convert_format: type: boolean default: true description: Whether to convert image formats. required: - image_size /wp/v2/menu-items: get: operationId: get_wp_v2_menu_items summary: GET /wp/v2/menu-items description: WordPress REST API route /wp/v2/menu-items in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 100 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title - menu_order default: menu_order description: Sort collection by object attribute. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. - name: tax_relation in: query required: false schema: type: string enum: - AND - OR description: Limit result set based on relationship between multiple taxonomies. - name: menus in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the menus taxonomy. - name: menus_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the menus taxonomy. - name: menu_order in: query required: false schema: type: integer description: Limit result set to posts with a specific menu_order value. post: operationId: post_wp_v2_menu_items summary: POST /wp/v2/menu-items description: WordPress REST API route /wp/v2/menu-items in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: title: type: string description: The title for the object. type: type: string enum: - taxonomy - post_type - post_type_archive - custom default: custom description: The family of objects originally represented, such as "post_type" or "taxonomy". status: type: string enum: - publish - future - draft - pending - private default: publish description: A named status for the object. parent: type: integer default: 0 description: The ID for the parent of the object. attr_title: type: string description: Text for the title attribute of the link element for this menu item. classes: type: array items: type: string description: Class names for the link element of this menu item. description: type: string description: The description of this menu item. menu_order: type: integer default: 1 description: The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0. object: type: string description: The type of object originally represented, such as "category", "post", or "attachment". object_id: type: integer default: 0 description: The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories. target: type: string enum: - _blank - '' description: The target attribute of the link element for this menu item. url: type: string format: uri description: The URL to which this menu item points. xfn: type: array items: type: string description: The XFN relationship expressed in the link of this menu item. menus: type: integer description: The terms assigned to the object in the nav_menu taxonomy. meta: type: object description: Meta fields. /wp/v2/menu-items/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_menu_items_id summary: GET /wp/v2/menu-items/{id} description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_menu_items_id summary: POST /wp/v2/menu-items/{id} description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: title: type: string description: The title for the object. type: type: string enum: &id006 - taxonomy - post_type - post_type_archive - custom description: The family of objects originally represented, such as "post_type" or "taxonomy". status: type: string enum: &id007 - publish - future - draft - pending - private description: A named status for the object. parent: type: integer description: The ID for the parent of the object. attr_title: type: string description: Text for the title attribute of the link element for this menu item. classes: type: array items: type: string description: Class names for the link element of this menu item. description: type: string description: The description of this menu item. menu_order: type: integer description: The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0. object: type: string description: The type of object originally represented, such as "category", "post", or "attachment". object_id: type: integer description: The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories. target: type: string enum: &id008 - _blank - '' description: The target attribute of the link element for this menu item. url: type: string format: uri description: The URL to which this menu item points. xfn: type: array items: type: string description: The XFN relationship expressed in the link of this menu item. menus: type: integer description: The terms assigned to the object in the nav_menu taxonomy. meta: type: object description: Meta fields. put: operationId: put_wp_v2_menu_items_id summary: PUT /wp/v2/menu-items/{id} description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: title: type: string description: The title for the object. type: type: string enum: *id006 description: The family of objects originally represented, such as "post_type" or "taxonomy". status: type: string enum: *id007 description: A named status for the object. parent: type: integer description: The ID for the parent of the object. attr_title: type: string description: Text for the title attribute of the link element for this menu item. classes: type: array items: type: string description: Class names for the link element of this menu item. description: type: string description: The description of this menu item. menu_order: type: integer description: The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0. object: type: string description: The type of object originally represented, such as "category", "post", or "attachment". object_id: type: integer description: The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories. target: type: string enum: *id008 description: The target attribute of the link element for this menu item. url: type: string format: uri description: The URL to which this menu item points. xfn: type: array items: type: string description: The XFN relationship expressed in the link of this menu item. menus: type: integer description: The terms assigned to the object in the nav_menu taxonomy. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_menu_items_id summary: PATCH /wp/v2/menu-items/{id} description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: title: type: string description: The title for the object. type: type: string enum: *id006 description: The family of objects originally represented, such as "post_type" or "taxonomy". status: type: string enum: *id007 description: A named status for the object. parent: type: integer description: The ID for the parent of the object. attr_title: type: string description: Text for the title attribute of the link element for this menu item. classes: type: array items: type: string description: Class names for the link element of this menu item. description: type: string description: The description of this menu item. menu_order: type: integer description: The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0. object: type: string description: The type of object originally represented, such as "category", "post", or "attachment". object_id: type: integer description: The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories. target: type: string enum: *id008 description: The target attribute of the link element for this menu item. url: type: string format: uri description: The URL to which this menu item points. xfn: type: array items: type: string description: The XFN relationship expressed in the link of this menu item. menus: type: integer description: The terms assigned to the object in the nav_menu taxonomy. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_menu_items_id summary: DELETE /wp/v2/menu-items/{id} description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/menu-items/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_menu_items_id_autosaves summary: GET /wp/v2/menu-items/{id}/autosaves description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_menu_items_id_autosaves summary: POST /wp/v2/menu-items/{id}/autosaves description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the object. title: type: string description: The title for the object. type: type: string enum: - taxonomy - post_type - post_type_archive - custom description: The family of objects originally represented, such as "post_type" or "taxonomy". status: type: string enum: - publish - future - draft - pending - private description: A named status for the object. attr_title: type: string description: Text for the title attribute of the link element for this menu item. classes: type: array items: type: string description: Class names for the link element of this menu item. description: type: string description: The description of this menu item. menu_order: type: integer description: The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0. object: type: string description: The type of object originally represented, such as "category", "post", or "attachment". object_id: type: integer description: The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories. target: type: string enum: - _blank - '' description: The target attribute of the link element for this menu item. url: type: string format: uri description: The URL to which this menu item points. xfn: type: array items: type: string description: The XFN relationship expressed in the link of this menu item. menus: type: integer description: The terms assigned to the object in the nav_menu taxonomy. meta: type: object description: Meta fields. /wp/v2/menu-items/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_menu_items_parent_autosaves_id summary: GET /wp/v2/menu-items/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/menu-items/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/menu-locations: get: operationId: get_wp_v2_menu_locations summary: GET /wp/v2/menu-locations description: WordPress REST API route /wp/v2/menu-locations in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/menu-locations/{location}: parameters: - name: location in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_menu_locations_location summary: GET /wp/v2/menu-locations/{location} description: WordPress REST API route /wp/v2/menu-locations/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/menus: get: operationId: get_wp_v2_menus summary: GET /wp/v2/menus description: WordPress REST API route /wp/v2/menus in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - slug - include_slugs - term_group - description - count default: name description: Sort collection by term attribute. - name: hide_empty in: query required: false schema: type: boolean default: false description: Whether to hide terms not assigned to any posts. - name: post in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific post. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to terms with one or more specific slugs. post: operationId: post_wp_v2_menus summary: POST /wp/v2/menus description: WordPress REST API route /wp/v2/menus in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. locations: type: array items: type: string description: The locations assigned to the menu. auto_add: type: boolean description: Whether to automatically add top level pages to this menu. required: - name /wp/v2/menus/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_menus_id summary: GET /wp/v2/menus/{id} description: WordPress REST API route /wp/v2/menus/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_menus_id summary: POST /wp/v2/menus/{id} description: WordPress REST API route /wp/v2/menus/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. locations: type: array items: type: string description: The locations assigned to the menu. auto_add: type: boolean description: Whether to automatically add top level pages to this menu. put: operationId: put_wp_v2_menus_id summary: PUT /wp/v2/menus/{id} description: WordPress REST API route /wp/v2/menus/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. locations: type: array items: type: string description: The locations assigned to the menu. auto_add: type: boolean description: Whether to automatically add top level pages to this menu. patch: operationId: patch_wp_v2_menus_id summary: PATCH /wp/v2/menus/{id} description: WordPress REST API route /wp/v2/menus/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. locations: type: array items: type: string description: The locations assigned to the menu. auto_add: type: boolean description: Whether to automatically add top level pages to this menu. delete: operationId: delete_wp_v2_menus_id summary: DELETE /wp/v2/menus/{id} description: WordPress REST API route /wp/v2/menus/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as terms do not support trashing. /wp/v2/navigation: get: operationId: get_wp_v2_navigation summary: GET /wp/v2/navigation description: WordPress REST API route /wp/v2/navigation in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date description: Sort collection by post attribute. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. post: operationId: post_wp_v2_navigation summary: POST /wp/v2/navigation description: WordPress REST API route /wp/v2/navigation in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. template: type: string description: The theme file to use to display the post. /wp/v2/navigation/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_navigation_id summary: GET /wp/v2/navigation/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_navigation_id summary: POST /wp/v2/navigation/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id009 - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. template: type: string description: The theme file to use to display the post. put: operationId: put_wp_v2_navigation_id summary: PUT /wp/v2/navigation/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id009 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. template: type: string description: The theme file to use to display the post. patch: operationId: patch_wp_v2_navigation_id summary: PATCH /wp/v2/navigation/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id009 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. template: type: string description: The theme file to use to display the post. delete: operationId: delete_wp_v2_navigation_id summary: DELETE /wp/v2/navigation/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/navigation/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_navigation_id_autosaves summary: GET /wp/v2/navigation/{id}/autosaves description: WordPress REST API route /wp/v2/navigation/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_navigation_id_autosaves summary: POST /wp/v2/navigation/{id}/autosaves description: WordPress REST API route /wp/v2/navigation/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the autosave. date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. template: type: string description: The theme file to use to display the post. /wp/v2/navigation/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_navigation_parent_autosaves_id summary: GET /wp/v2/navigation/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/navigation/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_navigation_parent_revisions summary: GET /wp/v2/navigation/{parent}/revisions description: WordPress REST API route /wp/v2/navigation/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - id - include - relevance - slug - include_slugs - title default: date description: Sort collection by object attribute. /wp/v2/navigation/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_navigation_parent_revisions_id summary: GET /wp/v2/navigation/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_navigation_parent_revisions_id summary: DELETE /wp/v2/navigation/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/navigation/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as revisions do not support trashing. /wp/v2/pages: get: operationId: get_wp_v2_pages summary: GET /wp/v2/pages description: WordPress REST API route /wp/v2/pages in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: author in: query required: false schema: type: array items: type: integer description: Limit result set to posts assigned to specific authors. - name: author_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes posts assigned to specific authors. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: menu_order in: query required: false schema: type: integer description: Limit result set to posts with a specific menu_order value. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title - menu_order default: date description: Sort collection by post attribute. - name: parent in: query required: false schema: type: array items: type: integer description: Limit result set to items with particular parent IDs. - name: parent_exclude in: query required: false schema: type: array items: type: integer description: Limit result set to all items except those of a particular parent ID. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. post: operationId: post_wp_v2_pages summary: POST /wp/v2/pages description: WordPress REST API route /wp/v2/pages in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. parent: type: integer description: The ID for the parent of the post. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. menu_order: type: integer description: The order of the post in relation to other posts. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. /wp/v2/pages/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_pages_id summary: GET /wp/v2/pages/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: excerpt_length in: query required: false schema: type: integer description: Override the default excerpt length. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_pages_id summary: POST /wp/v2/pages/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id010 - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. parent: type: integer description: The ID for the parent of the post. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: &id011 - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: &id012 - open - closed description: Whether or not the post can be pinged. menu_order: type: integer description: The order of the post in relation to other posts. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. put: operationId: put_wp_v2_pages_id summary: PUT /wp/v2/pages/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id010 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. parent: type: integer description: The ID for the parent of the post. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id011 description: Whether or not comments are open on the post. ping_status: type: string enum: *id012 description: Whether or not the post can be pinged. menu_order: type: integer description: The order of the post in relation to other posts. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. patch: operationId: patch_wp_v2_pages_id summary: PATCH /wp/v2/pages/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id010 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. parent: type: integer description: The ID for the parent of the post. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id011 description: Whether or not comments are open on the post. ping_status: type: string enum: *id012 description: Whether or not the post can be pinged. menu_order: type: integer description: The order of the post in relation to other posts. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. delete: operationId: delete_wp_v2_pages_id summary: DELETE /wp/v2/pages/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/pages/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_pages_id_autosaves summary: GET /wp/v2/pages/{id}/autosaves description: WordPress REST API route /wp/v2/pages/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_pages_id_autosaves summary: POST /wp/v2/pages/{id}/autosaves description: WordPress REST API route /wp/v2/pages/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the post. date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. menu_order: type: integer description: The order of the post in relation to other posts. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. /wp/v2/pages/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_pages_parent_autosaves_id summary: GET /wp/v2/pages/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/pages/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_pages_parent_revisions summary: GET /wp/v2/pages/{parent}/revisions description: WordPress REST API route /wp/v2/pages/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - id - include - relevance - slug - include_slugs - title default: date description: Sort collection by object attribute. /wp/v2/pages/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_pages_parent_revisions_id summary: GET /wp/v2/pages/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_pages_parent_revisions_id summary: DELETE /wp/v2/pages/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/pages/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as revisions do not support trashing. /wp/v2/pattern-directory/patterns: get: operationId: get_wp_v2_pattern_directory_patterns summary: GET /wp/v2/pattern-directory/patterns description: WordPress REST API route /wp/v2/pattern-directory/patterns in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 100 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: category in: query required: false schema: type: integer description: Limit results to those matching a category ID. - name: keyword in: query required: false schema: type: integer description: Limit results to those matching a keyword ID. - name: slug in: query required: false schema: type: array items: type: string description: Limit results to those matching a pattern (slug). - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title - favorite_count default: date description: Sort collection by post attribute. /wp/v2/plugins: get: operationId: get_wp_v2_plugins summary: GET /wp/v2/plugins description: WordPress REST API route /wp/v2/plugins in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: status in: query required: false schema: type: array items: type: string description: Limits results to plugins with the given status. post: operationId: post_wp_v2_plugins summary: POST /wp/v2/plugins description: WordPress REST API route /wp/v2/plugins in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: slug: type: string description: WordPress.org plugin directory slug. status: type: string enum: - inactive - active default: inactive description: The plugin activation status. required: - slug /wp/v2/portfolio: get: operationId: get_wp_v2_portfolio summary: GET /wp/v2/portfolio description: WordPress REST API route /wp/v2/portfolio in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: author in: query required: false schema: type: array items: type: integer description: Limit result set to posts assigned to specific authors. - name: author_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes posts assigned to specific authors. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date description: Sort collection by post attribute. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. - name: tax_relation in: query required: false schema: type: string enum: - AND - OR description: Limit result set based on relationship between multiple taxonomies. - name: tags in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the tags taxonomy. - name: tags_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the tags taxonomy. - name: portfolio_entries in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the portfolio_entries taxonomy. - name: portfolio_entries_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the portfolio_entries taxonomy. post: operationId: post_wp_v2_portfolio summary: POST /wp/v2/portfolio description: WordPress REST API route /wp/v2/portfolio in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. portfolio_entries: type: array items: type: integer description: The terms assigned to the post in the portfolio_entries taxonomy. /wp/v2/portfolio/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_portfolio_id summary: GET /wp/v2/portfolio/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: excerpt_length in: query required: false schema: type: integer description: Override the default excerpt length. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_portfolio_id summary: POST /wp/v2/portfolio/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id013 - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: &id014 - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: &id015 - open - closed description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. portfolio_entries: type: array items: type: integer description: The terms assigned to the post in the portfolio_entries taxonomy. put: operationId: put_wp_v2_portfolio_id summary: PUT /wp/v2/portfolio/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id013 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id014 description: Whether or not comments are open on the post. ping_status: type: string enum: *id015 description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. portfolio_entries: type: array items: type: integer description: The terms assigned to the post in the portfolio_entries taxonomy. patch: operationId: patch_wp_v2_portfolio_id summary: PATCH /wp/v2/portfolio/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id013 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id014 description: Whether or not comments are open on the post. ping_status: type: string enum: *id015 description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. portfolio_entries: type: array items: type: integer description: The terms assigned to the post in the portfolio_entries taxonomy. delete: operationId: delete_wp_v2_portfolio_id summary: DELETE /wp/v2/portfolio/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/portfolio/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_portfolio_id_autosaves summary: GET /wp/v2/portfolio/{id}/autosaves description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_portfolio_id_autosaves summary: POST /wp/v2/portfolio/{id}/autosaves description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the autosave. date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. meta: type: object description: Meta fields. template: type: string description: The theme file to use to display the post. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. portfolio_entries: type: array items: type: integer description: The terms assigned to the post in the portfolio_entries taxonomy. /wp/v2/portfolio/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_portfolio_parent_autosaves_id summary: GET /wp/v2/portfolio/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/portfolio/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_portfolio_parent_revisions summary: GET /wp/v2/portfolio/{parent}/revisions description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - id - include - relevance - slug - include_slugs - title default: date description: Sort collection by object attribute. /wp/v2/portfolio/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_portfolio_parent_revisions_id summary: GET /wp/v2/portfolio/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_portfolio_parent_revisions_id summary: DELETE /wp/v2/portfolio/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/portfolio/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as revisions do not support trashing. /wp/v2/portfolio_entries: get: operationId: get_wp_v2_portfolio_entries summary: GET /wp/v2/portfolio_entries description: WordPress REST API route /wp/v2/portfolio_entries in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - slug - include_slugs - term_group - description - count default: name description: Sort collection by term attribute. - name: hide_empty in: query required: false schema: type: boolean default: false description: Whether to hide terms not assigned to any posts. - name: parent in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific parent. - name: post in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific post. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to terms with one or more specific slugs. post: operationId: post_wp_v2_portfolio_entries summary: POST /wp/v2/portfolio_entries description: WordPress REST API route /wp/v2/portfolio_entries in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. required: - name /wp/v2/portfolio_entries/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_portfolio_entries_id summary: GET /wp/v2/portfolio_entries/{id} description: WordPress REST API route /wp/v2/portfolio_entries/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_portfolio_entries_id summary: POST /wp/v2/portfolio_entries/{id} description: WordPress REST API route /wp/v2/portfolio_entries/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. put: operationId: put_wp_v2_portfolio_entries_id summary: PUT /wp/v2/portfolio_entries/{id} description: WordPress REST API route /wp/v2/portfolio_entries/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_portfolio_entries_id summary: PATCH /wp/v2/portfolio_entries/{id} description: WordPress REST API route /wp/v2/portfolio_entries/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_portfolio_entries_id summary: DELETE /wp/v2/portfolio_entries/{id} description: WordPress REST API route /wp/v2/portfolio_entries/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as terms do not support trashing. /wp/v2/posts: get: operationId: get_wp_v2_posts summary: GET /wp/v2/posts description: WordPress REST API route /wp/v2/posts in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: author in: query required: false schema: type: array items: type: integer description: Limit result set to posts assigned to specific authors. - name: author_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes posts assigned to specific authors. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date description: Sort collection by post attribute. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. - name: tax_relation in: query required: false schema: type: string enum: - AND - OR description: Limit result set based on relationship between multiple taxonomies. - name: categories in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the categories taxonomy. - name: categories_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the categories taxonomy. - name: tags in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the tags taxonomy. - name: tags_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the tags taxonomy. - name: sticky in: query required: false schema: type: boolean description: Limit result set to items that are sticky. - name: ignore_sticky in: query required: false schema: type: boolean default: true description: Whether to ignore sticky posts or not. - name: format in: query required: false schema: type: array items: type: string description: Limit result set to items assigned one or more given formats. post: operationId: post_wp_v2_posts summary: POST /wp/v2/posts description: WordPress REST API route /wp/v2/posts in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. format: type: string enum: - standard - aside - chat - gallery - link - image - quote - status - video - audio description: The format for the post. meta: type: object description: Meta fields. sticky: type: boolean description: Whether or not the post should be treated as sticky. template: type: string description: The theme file to use to display the post. categories: type: array items: type: integer description: The terms assigned to the post in the category taxonomy. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. /wp/v2/posts/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_posts_id summary: GET /wp/v2/posts/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: excerpt_length in: query required: false schema: type: integer description: Override the default excerpt length. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_posts_id summary: POST /wp/v2/posts/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id016 - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: &id017 - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: &id018 - open - closed description: Whether or not the post can be pinged. format: type: string enum: &id019 - standard - aside - chat - gallery - link - image - quote - status - video - audio description: The format for the post. meta: type: object description: Meta fields. sticky: type: boolean description: Whether or not the post should be treated as sticky. template: type: string description: The theme file to use to display the post. categories: type: array items: type: integer description: The terms assigned to the post in the category taxonomy. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. put: operationId: put_wp_v2_posts_id summary: PUT /wp/v2/posts/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id016 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id017 description: Whether or not comments are open on the post. ping_status: type: string enum: *id018 description: Whether or not the post can be pinged. format: type: string enum: *id019 description: The format for the post. meta: type: object description: Meta fields. sticky: type: boolean description: Whether or not the post should be treated as sticky. template: type: string description: The theme file to use to display the post. categories: type: array items: type: integer description: The terms assigned to the post in the category taxonomy. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. patch: operationId: patch_wp_v2_posts_id summary: PATCH /wp/v2/posts/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id016 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: *id017 description: Whether or not comments are open on the post. ping_status: type: string enum: *id018 description: Whether or not the post can be pinged. format: type: string enum: *id019 description: The format for the post. meta: type: object description: Meta fields. sticky: type: boolean description: Whether or not the post should be treated as sticky. template: type: string description: The theme file to use to display the post. categories: type: array items: type: integer description: The terms assigned to the post in the category taxonomy. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. delete: operationId: delete_wp_v2_posts_id summary: DELETE /wp/v2/posts/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/posts/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_posts_id_autosaves summary: GET /wp/v2/posts/{id}/autosaves description: WordPress REST API route /wp/v2/posts/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_posts_id_autosaves summary: POST /wp/v2/posts/{id}/autosaves description: WordPress REST API route /wp/v2/posts/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the autosave. date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. comment_status: type: string enum: - open - closed description: Whether or not comments are open on the post. ping_status: type: string enum: - open - closed description: Whether or not the post can be pinged. format: type: string enum: - standard - aside - chat - gallery - link - image - quote - status - video - audio description: The format for the post. meta: type: object description: Meta fields. sticky: type: boolean description: Whether or not the post should be treated as sticky. template: type: string description: The theme file to use to display the post. categories: type: array items: type: integer description: The terms assigned to the post in the category taxonomy. tags: type: array items: type: integer description: The terms assigned to the post in the post_tag taxonomy. /wp/v2/posts/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_posts_parent_autosaves_id summary: GET /wp/v2/posts/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/posts/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_posts_parent_revisions summary: GET /wp/v2/posts/{parent}/revisions description: WordPress REST API route /wp/v2/posts/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - id - include - relevance - slug - include_slugs - title default: date description: Sort collection by object attribute. /wp/v2/posts/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_posts_parent_revisions_id summary: GET /wp/v2/posts/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_posts_parent_revisions_id summary: DELETE /wp/v2/posts/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/posts/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as revisions do not support trashing. /wp/v2/search: get: operationId: get_wp_v2_search summary: GET /wp/v2/search description: WordPress REST API route /wp/v2/search in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: type in: query required: false schema: type: string enum: - post - term - post-format default: post description: Limit results to items of an object type. - name: subtype in: query required: false schema: type: array items: type: string default: any description: Limit results to items of one or more object subtypes. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. /wp/v2/settings: get: operationId: get_wp_v2_settings summary: GET /wp/v2/settings description: WordPress REST API route /wp/v2/settings in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' post: operationId: post_wp_v2_settings summary: POST /wp/v2/settings description: WordPress REST API route /wp/v2/settings in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: public_post_preview_expiration_time: type: integer description: Default expiration time in seconds. title: type: string description: Site title. description: type: string description: Site tagline. url: type: string format: uri description: Site URL. email: type: string format: email description: This address is used for admin purposes, like new user notification. timezone: type: string description: A city in the same timezone as you. date_format: type: string description: A date format for all date strings. time_format: type: string description: A time format for all time strings. start_of_week: type: integer description: A day number of the week that the week should start on. language: type: string description: WordPress locale code. use_smilies: type: boolean description: Convert emoticons like :-) and :-P to graphics on display. default_category: type: integer description: Default post category. default_post_format: type: string description: Default post format. posts_per_page: type: integer description: Blog pages show at most. show_on_front: type: string description: What to show on the front page page_on_front: type: integer description: The ID of the page that should be displayed on the front page page_for_posts: type: integer description: The ID of the page that should display the latest posts default_ping_status: type: string enum: &id020 - open - closed description: Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. default_comment_status: type: string enum: &id021 - open - closed description: Allow people to submit comments on new posts. site_logo: type: integer description: Site logo. site_icon: type: integer description: Site icon. put: operationId: put_wp_v2_settings summary: PUT /wp/v2/settings description: WordPress REST API route /wp/v2/settings in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: public_post_preview_expiration_time: type: integer description: Default expiration time in seconds. title: type: string description: Site title. description: type: string description: Site tagline. url: type: string format: uri description: Site URL. email: type: string format: email description: This address is used for admin purposes, like new user notification. timezone: type: string description: A city in the same timezone as you. date_format: type: string description: A date format for all date strings. time_format: type: string description: A time format for all time strings. start_of_week: type: integer description: A day number of the week that the week should start on. language: type: string description: WordPress locale code. use_smilies: type: boolean description: Convert emoticons like :-) and :-P to graphics on display. default_category: type: integer description: Default post category. default_post_format: type: string description: Default post format. posts_per_page: type: integer description: Blog pages show at most. show_on_front: type: string description: What to show on the front page page_on_front: type: integer description: The ID of the page that should be displayed on the front page page_for_posts: type: integer description: The ID of the page that should display the latest posts default_ping_status: type: string enum: *id020 description: Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. default_comment_status: type: string enum: *id021 description: Allow people to submit comments on new posts. site_logo: type: integer description: Site logo. site_icon: type: integer description: Site icon. patch: operationId: patch_wp_v2_settings summary: PATCH /wp/v2/settings description: WordPress REST API route /wp/v2/settings in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: public_post_preview_expiration_time: type: integer description: Default expiration time in seconds. title: type: string description: Site title. description: type: string description: Site tagline. url: type: string format: uri description: Site URL. email: type: string format: email description: This address is used for admin purposes, like new user notification. timezone: type: string description: A city in the same timezone as you. date_format: type: string description: A date format for all date strings. time_format: type: string description: A time format for all time strings. start_of_week: type: integer description: A day number of the week that the week should start on. language: type: string description: WordPress locale code. use_smilies: type: boolean description: Convert emoticons like :-) and :-P to graphics on display. default_category: type: integer description: Default post category. default_post_format: type: string description: Default post format. posts_per_page: type: integer description: Blog pages show at most. show_on_front: type: string description: What to show on the front page page_on_front: type: integer description: The ID of the page that should be displayed on the front page page_for_posts: type: integer description: The ID of the page that should display the latest posts default_ping_status: type: string enum: *id020 description: Allow link notifications from other blogs (pingbacks and trackbacks) on new articles. default_comment_status: type: string enum: *id021 description: Allow people to submit comments on new posts. site_logo: type: integer description: Site logo. site_icon: type: integer description: Site icon. /wp/v2/sidebars: get: operationId: get_wp_v2_sidebars summary: GET /wp/v2/sidebars description: WordPress REST API route /wp/v2/sidebars in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/sidebars/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_sidebars_id summary: GET /wp/v2/sidebars/{id} description: WordPress REST API route /wp/v2/sidebars/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_sidebars_id summary: POST /wp/v2/sidebars/{id} description: WordPress REST API route /wp/v2/sidebars/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: widgets: type: array items: type: object description: Nested widgets. put: operationId: put_wp_v2_sidebars_id summary: PUT /wp/v2/sidebars/{id} description: WordPress REST API route /wp/v2/sidebars/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: widgets: type: array items: type: object description: Nested widgets. patch: operationId: patch_wp_v2_sidebars_id summary: PATCH /wp/v2/sidebars/{id} description: WordPress REST API route /wp/v2/sidebars/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: widgets: type: array items: type: object description: Nested widgets. /wp/v2/statuses: get: operationId: get_wp_v2_statuses summary: GET /wp/v2/statuses description: WordPress REST API route /wp/v2/statuses in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/statuses/{status}: parameters: - name: status in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_statuses_status summary: GET /wp/v2/statuses/{status} description: WordPress REST API route /wp/v2/statuses/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/tags: get: operationId: get_wp_v2_tags summary: GET /wp/v2/tags description: WordPress REST API route /wp/v2/tags in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - slug - include_slugs - term_group - description - count default: name description: Sort collection by term attribute. - name: hide_empty in: query required: false schema: type: boolean default: false description: Whether to hide terms not assigned to any posts. - name: post in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific post. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to terms with one or more specific slugs. post: operationId: post_wp_v2_tags summary: POST /wp/v2/tags description: WordPress REST API route /wp/v2/tags in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. required: - name /wp/v2/tags/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_tags_id summary: GET /wp/v2/tags/{id} description: WordPress REST API route /wp/v2/tags/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_tags_id summary: POST /wp/v2/tags/{id} description: WordPress REST API route /wp/v2/tags/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. put: operationId: put_wp_v2_tags_id summary: PUT /wp/v2/tags/{id} description: WordPress REST API route /wp/v2/tags/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_tags_id summary: PATCH /wp/v2/tags/{id} description: WordPress REST API route /wp/v2/tags/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_tags_id summary: DELETE /wp/v2/tags/{id} description: WordPress REST API route /wp/v2/tags/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as terms do not support trashing. /wp/v2/taxonomies: get: operationId: get_wp_v2_taxonomies summary: GET /wp/v2/taxonomies description: WordPress REST API route /wp/v2/taxonomies in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: type in: query required: false schema: type: string description: Limit results to taxonomies associated with a specific post type. /wp/v2/taxonomies/{taxonomy}: parameters: - name: taxonomy in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_taxonomies_taxonomy summary: GET /wp/v2/taxonomies/{taxonomy} description: WordPress REST API route /wp/v2/taxonomies/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/template-parts: get: operationId: get_wp_v2_template_parts summary: GET /wp/v2/template-parts description: WordPress REST API route /wp/v2/template-parts in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: wp_id in: query required: false schema: type: integer description: Limit to the specified post id. - name: area in: query required: false schema: type: string description: Limit to the specified template part area. - name: post_type in: query required: false schema: type: string description: Post type to get the templates for. post: operationId: post_wp_v2_template_parts summary: POST /wp/v2/template-parts description: WordPress REST API route /wp/v2/template-parts in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: slug: type: string description: Unique slug identifying the template. theme: type: string description: Theme identifier for the template. type: type: string description: Type of template. content: type: object default: '' description: Content of template. title: type: object default: '' description: Title of template. description: type: string default: '' description: Description of template. status: type: string enum: - publish - future - draft - pending - private default: publish description: Status of template. author: type: integer description: The ID for the author of the template. area: type: string description: Where the template part is intended for use (header, footer, etc.) required: - slug /wp/v2/template-parts/lookup: get: operationId: get_wp_v2_template_parts_lookup summary: GET /wp/v2/template-parts/lookup description: WordPress REST API route /wp/v2/template-parts/lookup in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: slug in: query required: true schema: type: string description: The slug of the template to get the fallback for - name: is_custom in: query required: false schema: type: boolean description: Indicates if a template is custom or part of the template hierarchy - name: template_prefix in: query required: false schema: type: string description: The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy` /wp/v2/templates: get: operationId: get_wp_v2_templates summary: GET /wp/v2/templates description: WordPress REST API route /wp/v2/templates in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: wp_id in: query required: false schema: type: integer description: Limit to the specified post id. - name: area in: query required: false schema: type: string description: Limit to the specified template part area. - name: post_type in: query required: false schema: type: string description: Post type to get the templates for. post: operationId: post_wp_v2_templates summary: POST /wp/v2/templates description: WordPress REST API route /wp/v2/templates in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: slug: type: string description: Unique slug identifying the template. theme: type: string description: Theme identifier for the template. type: type: string description: Type of template. content: type: object default: '' description: Content of template. title: type: object default: '' description: Title of template. description: type: string default: '' description: Description of template. status: type: string enum: - publish - future - draft - pending - private default: publish description: Status of template. author: type: integer description: The ID for the author of the template. required: - slug /wp/v2/templates/lookup: get: operationId: get_wp_v2_templates_lookup summary: GET /wp/v2/templates/lookup description: WordPress REST API route /wp/v2/templates/lookup in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: slug in: query required: true schema: type: string description: The slug of the template to get the fallback for - name: is_custom in: query required: false schema: type: boolean description: Indicates if a template is custom or part of the template hierarchy - name: template_prefix in: query required: false schema: type: string description: The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy` /wp/v2/themes: get: operationId: get_wp_v2_themes summary: GET /wp/v2/themes description: WordPress REST API route /wp/v2/themes in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: status in: query required: false schema: type: array items: type: string description: Limit result set to themes assigned one or more statuses. /wp/v2/types: get: operationId: get_wp_v2_types summary: GET /wp/v2/types description: WordPress REST API route /wp/v2/types in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/types/{type}: parameters: - name: type in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_types_type summary: GET /wp/v2/types/{type} description: WordPress REST API route /wp/v2/types/(?P[\w-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/users: get: operationId: get_wp_v2_users summary: GET /wp/v2/users description: WordPress REST API route /wp/v2/users in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - registered_date - slug - include_slugs - email - url default: name description: Sort collection by user attribute. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to users with one or more specific slugs. - name: roles in: query required: false schema: type: array items: type: string description: Limit result set to users matching at least one specific role provided. Accepts csv list or single role. - name: capabilities in: query required: false schema: type: array items: type: string description: Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability. - name: who in: query required: false schema: type: string enum: - authors description: Limit result set to users who are considered authors. - name: has_published_posts in: query required: false schema: type: boolean description: Limit result set to users who have published posts. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. post: operationId: post_wp_v2_users summary: POST /wp/v2/users description: WordPress REST API route /wp/v2/users in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: - '' - en_US description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. required: - username - email - password /wp/v2/users/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_users_id summary: GET /wp/v2/users/{id} description: WordPress REST API route /wp/v2/users/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_users_id summary: POST /wp/v2/users/{id} description: WordPress REST API route /wp/v2/users/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: &id022 - '' - en_US description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. put: operationId: put_wp_v2_users_id summary: PUT /wp/v2/users/{id} description: WordPress REST API route /wp/v2/users/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: *id022 description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_users_id summary: PATCH /wp/v2/users/{id} description: WordPress REST API route /wp/v2/users/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: *id022 description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_users_id summary: DELETE /wp/v2/users/{id} description: WordPress REST API route /wp/v2/users/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as users do not support trashing. - name: reassign in: query required: true schema: type: integer description: Reassign the deleted user's posts and links to this user ID. /wp/v2/users/me: get: operationId: get_wp_v2_users_me summary: GET /wp/v2/users/me description: WordPress REST API route /wp/v2/users/me in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_users_me summary: POST /wp/v2/users/me description: WordPress REST API route /wp/v2/users/me in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: &id023 - '' - en_US description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. put: operationId: put_wp_v2_users_me summary: PUT /wp/v2/users/me description: WordPress REST API route /wp/v2/users/me in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: *id023 description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_users_me summary: PATCH /wp/v2/users/me description: WordPress REST API route /wp/v2/users/me in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: username: type: string description: Login name for the user. name: type: string description: Display name for the user. first_name: type: string description: First name for the user. last_name: type: string description: Last name for the user. email: type: string format: email description: The email address for the user. url: type: string format: uri description: URL of the user. description: type: string description: Description of the user. locale: type: string enum: *id023 description: Locale for the user. nickname: type: string description: The nickname for the user. slug: type: string description: An alphanumeric identifier for the user. roles: type: array items: type: string description: Roles assigned to the user. password: type: string description: Password for the user (never included). meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_users_me summary: DELETE /wp/v2/users/me description: WordPress REST API route /wp/v2/users/me in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as users do not support trashing. - name: reassign in: query required: true schema: type: integer description: Reassign the deleted user's posts and links to this user ID. /wp/v2/view-config: get: operationId: get_wp_v2_view_config summary: GET /wp/v2/view-config description: WordPress REST API route /wp/v2/view-config in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: kind in: query required: true schema: type: string description: Entity kind. - name: name in: query required: true schema: type: string description: Entity name. /wp/v2/widget-types: get: operationId: get_wp_v2_widget_types summary: GET /wp/v2/widget-types description: WordPress REST API route /wp/v2/widget-types in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/widget-types/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_widget_types_id summary: GET /wp/v2/widget-types/{id} description: WordPress REST API route /wp/v2/widget-types/(?P[a-zA-Z0-9_-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/widget-types/{id}/encode: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. post: operationId: post_wp_v2_widget_types_id_encode summary: POST /wp/v2/widget-types/{id}/encode description: WordPress REST API route /wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)/encode in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: instance: type: object description: Current instance settings of the widget. form_data: type: string description: Serialized widget form data to encode into instance settings. /wp/v2/widget-types/{id}/render: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. post: operationId: post_wp_v2_widget_types_id_render summary: POST /wp/v2/widget-types/{id}/render description: WordPress REST API route /wp/v2/widget-types/(?P[a-zA-Z0-9_-]+)/render in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: instance: type: object description: Current instance settings of the widget. /wp/v2/widgets: get: operationId: get_wp_v2_widgets summary: GET /wp/v2/widgets description: WordPress REST API route /wp/v2/widgets in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: sidebar in: query required: false schema: type: string description: The sidebar to return widgets for. post: operationId: post_wp_v2_widgets summary: POST /wp/v2/widgets description: WordPress REST API route /wp/v2/widgets in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: id: type: string description: Unique identifier for the widget. id_base: type: string description: The type of the widget. Corresponds to ID in widget-types endpoint. sidebar: type: string default: wp_inactive_widgets description: The sidebar the widget belongs to. instance: type: object description: Instance settings of the widget, if supported. form_data: type: string description: URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only. required: - sidebar /wp/v2/widgets/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_widgets_id summary: GET /wp/v2/widgets/{id} description: WordPress REST API route /wp/v2/widgets/(?P[\w\-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_widgets_id summary: POST /wp/v2/widgets/{id} description: WordPress REST API route /wp/v2/widgets/(?P[\w\-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: id_base: type: string description: The type of the widget. Corresponds to ID in widget-types endpoint. sidebar: type: string description: The sidebar the widget belongs to. instance: type: object description: Instance settings of the widget, if supported. form_data: type: string description: URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only. put: operationId: put_wp_v2_widgets_id summary: PUT /wp/v2/widgets/{id} description: WordPress REST API route /wp/v2/widgets/(?P[\w\-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: id_base: type: string description: The type of the widget. Corresponds to ID in widget-types endpoint. sidebar: type: string description: The sidebar the widget belongs to. instance: type: object description: Instance settings of the widget, if supported. form_data: type: string description: URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only. patch: operationId: patch_wp_v2_widgets_id summary: PATCH /wp/v2/widgets/{id} description: WordPress REST API route /wp/v2/widgets/(?P[\w\-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: id_base: type: string description: The type of the widget. Corresponds to ID in widget-types endpoint. sidebar: type: string description: The sidebar the widget belongs to. instance: type: object description: Instance settings of the widget, if supported. form_data: type: string description: URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only. delete: operationId: delete_wp_v2_widgets_id summary: DELETE /wp/v2/widgets/{id} description: WordPress REST API route /wp/v2/widgets/(?P[\w\-]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean description: Whether to force removal of the widget, or move it to the inactive sidebar. /wp/v2/wp_pattern_category: get: operationId: get_wp_v2_wp_pattern_category summary: GET /wp/v2/wp_pattern_category description: WordPress REST API route /wp/v2/wp_pattern_category in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - slug - include_slugs - term_group - description - count default: name description: Sort collection by term attribute. - name: hide_empty in: query required: false schema: type: boolean default: false description: Whether to hide terms not assigned to any posts. - name: post in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific post. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to terms with one or more specific slugs. post: operationId: post_wp_v2_wp_pattern_category summary: POST /wp/v2/wp_pattern_category description: WordPress REST API route /wp/v2/wp_pattern_category in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. required: - name /wp/v2/wp_pattern_category/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wp_pattern_category_id summary: GET /wp/v2/wp_pattern_category/{id} description: WordPress REST API route /wp/v2/wp_pattern_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_wp_pattern_category_id summary: POST /wp/v2/wp_pattern_category/{id} description: WordPress REST API route /wp/v2/wp_pattern_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. put: operationId: put_wp_v2_wp_pattern_category_id summary: PUT /wp/v2/wp_pattern_category/{id} description: WordPress REST API route /wp/v2/wp_pattern_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_wp_pattern_category_id summary: PATCH /wp/v2/wp_pattern_category/{id} description: WordPress REST API route /wp/v2/wp_pattern_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_wp_pattern_category_id summary: DELETE /wp/v2/wp_pattern_category/{id} description: WordPress REST API route /wp/v2/wp_pattern_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as terms do not support trashing. /wp/v2/wpsl_store_category: get: operationId: get_wp_v2_wpsl_store_category summary: GET /wp/v2/wpsl_store_category description: WordPress REST API route /wp/v2/wpsl_store_category in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: order in: query required: false schema: type: string enum: - asc - desc default: asc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - id - include - name - slug - include_slugs - term_group - description - count default: name description: Sort collection by term attribute. - name: hide_empty in: query required: false schema: type: boolean default: false description: Whether to hide terms not assigned to any posts. - name: parent in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific parent. - name: post in: query required: false schema: type: integer description: Limit result set to terms assigned to a specific post. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to terms with one or more specific slugs. post: operationId: post_wp_v2_wpsl_store_category summary: POST /wp/v2/wpsl_store_category description: WordPress REST API route /wp/v2/wpsl_store_category in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. required: - name /wp/v2/wpsl_store_category/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wpsl_store_category_id summary: GET /wp/v2/wpsl_store_category/{id} description: WordPress REST API route /wp/v2/wpsl_store_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_wpsl_store_category_id summary: POST /wp/v2/wpsl_store_category/{id} description: WordPress REST API route /wp/v2/wpsl_store_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. put: operationId: put_wp_v2_wpsl_store_category_id summary: PUT /wp/v2/wpsl_store_category/{id} description: WordPress REST API route /wp/v2/wpsl_store_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. patch: operationId: patch_wp_v2_wpsl_store_category_id summary: PATCH /wp/v2/wpsl_store_category/{id} description: WordPress REST API route /wp/v2/wpsl_store_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: description: type: string description: HTML description of the term. name: type: string description: HTML title for the term. slug: type: string description: An alphanumeric identifier for the term unique to its type. parent: type: integer description: The parent term ID. meta: type: object description: Meta fields. delete: operationId: delete_wp_v2_wpsl_store_category_id summary: DELETE /wp/v2/wpsl_store_category/{id} description: WordPress REST API route /wp/v2/wpsl_store_category/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as terms do not support trashing. /wp/v2/wpsl_stores: get: operationId: get_wp_v2_wpsl_stores summary: GET /wp/v2/wpsl_stores description: WordPress REST API route /wp/v2/wpsl_stores in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer default: 10 description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: after in: query required: false schema: type: string format: date-time description: Limit response to posts published after a given ISO8601 compliant date. - name: modified_after in: query required: false schema: type: string format: date-time description: Limit response to posts modified after a given ISO8601 compliant date. - name: author in: query required: false schema: type: array items: type: integer description: Limit result set to posts assigned to specific authors. - name: author_exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes posts assigned to specific authors. - name: before in: query required: false schema: type: string format: date-time description: Limit response to posts published before a given ISO8601 compliant date. - name: modified_before in: query required: false schema: type: string format: date-time description: Limit response to posts modified before a given ISO8601 compliant date. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: search_semantics in: query required: false schema: type: string enum: - exact description: How to interpret the search input. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - author - date - id - include - modified - parent - relevance - slug - include_slugs - title default: date description: Sort collection by post attribute. - name: search_columns in: query required: false schema: type: array items: type: string description: Array of column names to be searched. - name: slug in: query required: false schema: type: array items: type: string description: Limit result set to posts with one or more specific slugs. - name: status in: query required: false schema: type: array items: type: string default: publish description: Limit result set to posts assigned one or more statuses. - name: tax_relation in: query required: false schema: type: string enum: - AND - OR description: Limit result set based on relationship between multiple taxonomies. - name: wpsl_store_category in: query required: false schema: type: object description: Limit result set to items with specific terms assigned in the wpsl_store_category taxonomy. - name: wpsl_store_category_exclude in: query required: false schema: type: object description: Limit result set to items except those with specific terms assigned in the wpsl_store_category taxonomy. post: operationId: post_wp_v2_wpsl_stores summary: POST /wp/v2/wpsl_stores description: WordPress REST API route /wp/v2/wpsl_stores in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. template: type: string description: The theme file to use to display the post. wpsl_store_category: type: array items: type: integer description: The terms assigned to the post in the wpsl_store_category taxonomy. /wp/v2/wpsl_stores/{id}: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wpsl_stores_id summary: GET /wp/v2/wpsl_stores/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: excerpt_length in: query required: false schema: type: integer description: Override the default excerpt length. - name: password in: query required: false schema: type: string description: The password for the post if it is password protected. post: operationId: post_wp_v2_wpsl_stores_id summary: POST /wp/v2/wpsl_stores/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: &id024 - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. template: type: string description: The theme file to use to display the post. wpsl_store_category: type: array items: type: integer description: The terms assigned to the post in the wpsl_store_category taxonomy. put: operationId: put_wp_v2_wpsl_stores_id summary: PUT /wp/v2/wpsl_stores/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id024 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. template: type: string description: The theme file to use to display the post. wpsl_store_category: type: array items: type: integer description: The terms assigned to the post in the wpsl_store_category taxonomy. patch: operationId: patch_wp_v2_wpsl_stores_id summary: PATCH /wp/v2/wpsl_stores/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: *id024 description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. template: type: string description: The theme file to use to display the post. wpsl_store_category: type: array items: type: integer description: The terms assigned to the post in the wpsl_store_category taxonomy. delete: operationId: delete_wp_v2_wpsl_stores_id summary: DELETE /wp/v2/wpsl_stores/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Whether to bypass Trash and force deletion. /wp/v2/wpsl_stores/{id}/autosaves: parameters: - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wpsl_stores_id_autosaves summary: GET /wp/v2/wpsl_stores/{id}/autosaves description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: parent in: query required: false schema: type: integer description: The ID for the parent of the autosave. - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. post: operationId: post_wp_v2_wpsl_stores_id_autosaves summary: POST /wp/v2/wpsl_stores/{id}/autosaves description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+)/autosaves in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' requestBody: required: false content: application/json: schema: type: object properties: parent: type: integer description: The ID for the parent of the autosave. date: type: string format: date-time description: The date the post was published, in the site's timezone. date_gmt: type: string format: date-time description: The date the post was published, as GMT. slug: type: string description: An alphanumeric identifier for the post unique to its type. status: type: string enum: - publish - future - draft - pending - private description: A named status for the post. password: type: string description: A password to protect access to the content and excerpt. title: type: object description: The title for the post. content: type: object description: The content for the post. author: type: integer description: The ID for the author of the post. excerpt: type: object description: The excerpt for the post. featured_media: type: integer description: The ID of the featured media for the post. template: type: string description: The theme file to use to display the post. wpsl_store_category: type: array items: type: integer description: The terms assigned to the post in the wpsl_store_category taxonomy. /wp/v2/wpsl_stores/{parent}/autosaves/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wpsl_stores_parent_autosaves_id summary: GET /wp/v2/wpsl_stores/{parent}/autosaves/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+)/autosaves/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. /wp/v2/wpsl_stores/{parent}/revisions: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wpsl_stores_parent_revisions summary: GET /wp/v2/wpsl_stores/{parent}/revisions description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+)/revisions in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. - name: page in: query required: false schema: type: integer default: 1 description: Current page of the collection. - name: per_page in: query required: false schema: type: integer description: Maximum number of items to be returned in result set. - name: search in: query required: false schema: type: string description: Limit results to those matching a string. - name: exclude in: query required: false schema: type: array items: type: integer description: Ensure result set excludes specific IDs. - name: include in: query required: false schema: type: array items: type: integer description: Limit result set to specific IDs. - name: offset in: query required: false schema: type: integer description: Offset the result set by a specific number of items. - name: order in: query required: false schema: type: string enum: - asc - desc default: desc description: Order sort attribute ascending or descending. - name: orderby in: query required: false schema: type: string enum: - date - id - include - relevance - slug - include_slugs - title default: date description: Sort collection by object attribute. /wp/v2/wpsl_stores/{parent}/revisions/{id}: parameters: - name: parent in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. - name: id in: path required: true schema: type: string description: Path segment taken verbatim from the WordPress route pattern. get: operationId: get_wp_v2_wpsl_stores_parent_revisions_id summary: GET /wp/v2/wpsl_stores/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: context in: query required: false schema: type: string enum: - view - embed - edit default: view description: Scope under which the request is made; determines fields present in response. delete: operationId: delete_wp_v2_wpsl_stores_parent_revisions_id summary: DELETE /wp/v2/wpsl_stores/{parent}/revisions/{id} description: WordPress REST API route /wp/v2/wpsl_stores/(?P[\d]+)/revisions/(?P[\d]+) in namespace wp/v2, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wp/v2 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: force in: query required: false schema: type: boolean default: false description: Required to be true, as revisions do not support trashing. /wpe/cache-plugin/v1: get: operationId: get_wpe_cache_plugin_v1 summary: GET /wpe/cache-plugin/v1 description: WordPress REST API route /wpe/cache-plugin/v1 in namespace wpe/cache-plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe/cache-plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wpe/cache-plugin/v1 - name: context in: query required: false schema: type: string default: view /wpe/cache-plugin/v1/clear_all_caches: post: operationId: post_wpe_cache_plugin_v1_clear_all_caches summary: POST /wpe/cache-plugin/v1/clear_all_caches description: WordPress REST API route /wpe/cache-plugin/v1/clear_all_caches in namespace wpe/cache-plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe/cache-plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wpe/cache-plugin/v1/rate_limit_status: post: operationId: post_wpe_cache_plugin_v1_rate_limit_status summary: POST /wpe/cache-plugin/v1/rate_limit_status description: WordPress REST API route /wpe/cache-plugin/v1/rate_limit_status in namespace wpe/cache-plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe/cache-plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wpe_sign_on_plugin/v1: get: operationId: get_wpe_sign_on_plugin_v1 summary: GET /wpe_sign_on_plugin/v1 description: WordPress REST API route /wpe_sign_on_plugin/v1 in namespace wpe_sign_on_plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe_sign_on_plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wpe_sign_on_plugin/v1 - name: context in: query required: false schema: type: string default: view /wpe_sign_on_plugin/v1/has_logged: post: operationId: post_wpe_sign_on_plugin_v1_has_logged summary: POST /wpe_sign_on_plugin/v1/has_logged description: WordPress REST API route /wpe_sign_on_plugin/v1/has_logged in namespace wpe_sign_on_plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe_sign_on_plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wpe_sign_on_plugin/v1/is_user_logged_in: get: operationId: get_wpe_sign_on_plugin_v1_is_user_logged_in summary: GET /wpe_sign_on_plugin/v1/is_user_logged_in description: WordPress REST API route /wpe_sign_on_plugin/v1/is_user_logged_in in namespace wpe_sign_on_plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe_sign_on_plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wpe_sign_on_plugin/v1/login: get: operationId: get_wpe_sign_on_plugin_v1_login summary: GET /wpe_sign_on_plugin/v1/login description: WordPress REST API route /wpe_sign_on_plugin/v1/login in namespace wpe_sign_on_plugin/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpe_sign_on_plugin/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' /wpsl/v1: get: operationId: get_wpsl_v1 summary: GET /wpsl/v1 description: WordPress REST API route /wpsl/v1 in namespace wpsl/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpsl/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError' parameters: - name: namespace in: query required: false schema: type: string default: wpsl/v1 - name: context in: query required: false schema: type: string default: view /wpsl/v1/block-data: get: operationId: get_wpsl_v1_block_data summary: GET /wpsl/v1/block-data description: WordPress REST API route /wpsl/v1/block-data in namespace wpsl/v1, as advertised by the live route index at https://www.entergy.com/wp-json/. tags: - wpsl/v1 responses: '200': description: Success. Response body shape is defined by the WordPress REST controller for this route; the route index does not describe it, so it is not asserted here. content: application/json: schema: type: object '401': description: rest_forbidden - authentication required for this route. content: application/json: schema: $ref: '#/components/schemas/WPError' '404': description: rest_no_route - no route matched. content: application/json: schema: $ref: '#/components/schemas/WPError'