Hi there!
Apologies if this has been asked somewhere else, but I can’t find an API documentation for shows.
I’m looking to add an item to a show through the API.
Thanks.
Hi there!
Apologies if this has been asked somewhere else, but I can’t find an API documentation for shows.
I’m looking to add an item to a show through the API.
Thanks.
Shows are what WordPress calls a “taxonomy”, so you should be able to set them via the API similar to episode tags and categories. You can see available routes at https://yourdomain.org/wp-json/wp/v2
.
I think we should eventually add our own routes and document them, but for now I think it should already be possible using the core WordPress routes.