Description
The update api allows you to update your clipart contributions titles, descriptions and tags. An API key is required. When logged in you can see the update API in use when you edit your clipart items on their pages.
Definition
PUT or PATCH /wp-json/clipart/api/<id>
Arguments
- apikey
- API key is available for all registered users of the site.
Required: true
Send in header of request.Please Login or Register to get your API Key.
- id
- The numeric ID of clipart item you want to update.
Required: true - title
- A title for the clipart item.
Required: false - description
- A description for the clipart item.
Required: false - tags
- The terms assigned to the clipart item. These terms will replace all existing terms so if you want to append new terms include all the terms you want to add.
Required: false