Themes Endpoint

Add a new working copy theme to the current site.

URL Endpoints

Method Endpoint Returns Description
GET /themes/:id Theme Single record
POST /themes Theme Create record
PATCH /themes/:id Theme Update record

Related