Block Pattern Categories Edit

Schema

The schema defines all the fields that exist within a block pattern category record. Any response from these endpoints can be expected to contain the fields below unless the `_filter` query parameter is used or the schema field only appears in a specific context.

name

string
The category name.

Read only

Context: view, edit, embed

label

string
The category label, in human readable format.

Read only

Context: view, edit, embed

description

string
The category description, in human readable format.

Read only

Context: view, edit, embed

Top ↑

Retrieve a Block Pattern Category

Top ↑

Definition & Example Request

GET /wp/v2/block-patterns/categories

Query this endpoint to retrieve a specific block pattern category record.

$ curl https://example.com/wp-json/wp/v2/block-patterns/categories

There are no arguments for this endpoint.