Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
add missing field enable_boomerang to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorina committed Dec 13, 2017
1 parent 2b817f3 commit cfea191
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/templates/docs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h2>Resource definition</h2>
<span>"timeout"</span>: integer,<br/>
<span>"is_prototype"</span>: boolean, <br/>
<span>"allow_price_per_task"</span>: boolean, <br/>
<span>"enable_boomerang"</span>: boolean, <br/>
<span>"task_price_field"</span>: string, <br/>
<span>"created_at"</span>: string,<br/>
<span>"updated_at"</span>: string
Expand Down Expand Up @@ -139,7 +140,11 @@ <h2>Request Data</h2>
<td>integer</td>
<td>The time in minutes that a worker is allowed to keep this task in an accepted state.</td>
</tr>

<tr>
<td>enable_boomerang</td>
<td>boolean</td>
<td>A flag which is used to enable or disable the cascaded release of the project.</td>
</tr>
<tr>
<td>template</td>
<td>JSON object</td>
Expand Down

0 comments on commit cfea191

Please sign in to comment.