{ "opencollection": "1.0.0", "info": { "name": "LIVEKINDLY Content API (WordPress REST wp/v2) Media API", "version": "wp/v2" }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2/media", "type": "http" }, "http": { "method": "GET", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media", "params": [ { "name": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO8601 compliant date." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "author_exclude", "value": "", "type": "query", "description": "Ensure result set excludes posts assigned to specific authors." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO8601 compliant date." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "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": "media_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular media type or media types." }, { "name": "mime_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular MIME type or MIME types." }, { "name": "modified_after", "value": "", "type": "query", "description": "Limit response to posts modified after a given ISO8601 compliant date." }, { "name": "modified_before", "value": "", "type": "query", "description": "Limit response to posts modified before a given ISO8601 compliant date." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the result set by a specific number of items." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by post attribute." }, { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to items with particular parent IDs." }, { "name": "parent_exclude", "value": "", "type": "query", "description": "Limit result set to all items except those of a particular parent ID." }, { "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": "search_columns", "value": "", "type": "query", "description": "Array of column names to be searched." }, { "name": "search_semantics", "value": "", "type": "query", "description": "How to interpret the search input." }, { "name": "slug", "value": "", "type": "query", "description": "Limit result set to posts with one or more specific slugs." }, { "name": "status", "value": "", "type": "query", "description": "Limit result set to posts assigned one or more statuses." } ] }, "docs": "GET /wp/v2/media" }, { "info": { "name": "POST /wp/v2/media", "type": "http" }, "http": { "method": "POST", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/media" }, { "info": { "name": "GET /wp/v2/media/(?P[\\d]+)", "type": "http" }, "http": { "method": "GET", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." } ] }, "docs": "GET /wp/v2/media/(?P[\\d]+)" }, { "info": { "name": "POST /wp/v2/media/(?P[\\d]+)", "type": "http" }, "http": { "method": "POST", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/media/(?P[\\d]+)" }, { "info": { "name": "DELETE /wp/v2/media/(?P[\\d]+)", "type": "http" }, "http": { "method": "DELETE", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Whether to bypass Trash and force deletion." }, { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the post." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "DELETE /wp/v2/media/(?P[\\d]+)" }, { "info": { "name": "POST /wp/v2/media/(?P[\\d]+)/edit", "type": "http" }, "http": { "method": "POST", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media/:id/edit", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/media/(?P[\\d]+)/edit" }, { "info": { "name": "POST /wp/v2/media/(?P[\\d]+)/post-process", "type": "http" }, "http": { "method": "POST", "url": "https://thelivekindlyco.com/wp-json/wp/v2/media/:id/post-process", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "POST /wp/v2/media/(?P[\\d]+)/post-process" } ] } ], "bundled": true }