POST drillables/compile
Compiles a new drill out of existing drills based upon an entry tag filter.
Resource URL
https://www.drillster.com/api/2.1.1/drillables/compile
Parameters
Field | Type | Description |
---|---|---|
drillables required, repeatable |
String | The ID of the source drillable. One or multiple values may be used. |
name required |
String | The name of the target drill. |
subject required |
String | The subject of the target drill. |
description required |
String | The description of the target drill. |
tags optional, repeatable |
String | The tag or tags to filter on. If no tags are supplied, the source drill is effectively duplicated. |
operator optional |
String constant | Indicates how the tags filter should be interpreted. Use either or or and . If no value is supplied, and is assumed. |
Response
A 2.1.1 Drill object. The newly created drill will have a new ID.
Last updated on