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)