From 29a7e2c75dec5e9faf5b3be8870dc4b6ed36faad Mon Sep 17 00:00:00 2001 From: Chris Church Date: Sat, 16 Nov 2013 16:20:54 -0500 Subject: [PATCH] AC-624 Fix options docs for project update view. --- awx/api/templates/api/project_update_view.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/api/templates/api/project_update_view.md b/awx/api/templates/api/project_update_view.md index b378c13861..08a5900f2a 100644 --- a/awx/api/templates/api/project_update_view.md +++ b/awx/api/templates/api/project_update_view.md @@ -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 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 (array, read-only)