1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00

AC-624 Fix options docs for project update view.

This commit is contained in:
Chris Church 2013-11-16 16:20:54 -05:00
parent 40b0608586
commit 29a7e2c75d

View File

@ -4,7 +4,8 @@ Make a GET request to this resource to determine if the project can be updated
from its SCM source and whether any passwords are required for the update. The from its SCM source and whether any passwords are required for the update. The
response will include the following fields: response will include the following fields:
* `can_start`: Flag indicating if this job can be started (boolean, read-only) * `can_update`: Flag indicating if this project can be updated (boolean,
read-only)
* `passwords_needed_to_update`: Password names required to update the project * `passwords_needed_to_update`: Password names required to update the project
(array, read-only) (array, read-only)