{ "opencollection": "1.0.0", "info": { "name": "LifeMine Website Content API (WordPress REST) Categories API", "version": "wp/v2" }, "items": [ { "info": { "name": "categories", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2/categories", "type": "http" }, "http": { "method": "GET", "url": "https://lifeminetx.com/wp-json/wp/v2/categories", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit result set to specific IDs." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by term attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific parent." }, { "name": "post", "value": "", "type": "query", "description": "Limit result set to terms assigned to a specific post." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to terms with one or more specific slugs." } ] }, "docs": "GET /wp/v2/categories" }, { "info": { "name": "POST /wp/v2/categories", "type": "http" }, "http": { "method": "POST", "url": "https://lifeminetx.com/wp-json/wp/v2/categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/categories" }, { "info": { "name": "GET /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://lifeminetx.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment `id` (WordPress route pattern)." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "GET /wp/v2/categories/{id}" }, { "info": { "name": "POST /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "POST", "url": "https://lifeminetx.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment `id` (WordPress route pattern)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/categories/{id}" }, { "info": { "name": "PUT /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://lifeminetx.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment `id` (WordPress route pattern)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "PUT /wp/v2/categories/{id}" }, { "info": { "name": "PATCH /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://lifeminetx.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment `id` (WordPress route pattern)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "PATCH /wp/v2/categories/{id}" }, { "info": { "name": "DELETE /wp/v2/categories/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://lifeminetx.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Path segment `id` (WordPress route pattern)." }, { "name": "force", "value": "", "type": "query", "description": "Required to be true, as terms do not support trashing." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "DELETE /wp/v2/categories/{id}" }, { "info": { "name": "GET /wp-abilities/v1/categories", "type": "http" }, "http": { "method": "GET", "url": "https://lifeminetx.com/wp-json/wp-abilities/v1/categories", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." } ] }, "docs": "GET /wp-abilities/v1/categories" }, { "info": { "name": "GET /wp-abilities/v1/categories/{slug}", "type": "http" }, "http": { "method": "GET", "url": "https://lifeminetx.com/wp-json/wp-abilities/v1/categories/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "Path segment `slug` (WordPress route pattern)." } ] }, "docs": "GET /wp-abilities/v1/categories/{slug}" } ] } ], "bundled": true }