Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
Made function name more concise (get_method_configuration -> get_method_configurations)
  • Loading branch information
dheiman committed May 30, 2018
1 parent bcf83ca commit 590caed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firecloud/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def update_repository_config_acl(namespace, config, snapshot_id, acl_updates):
config, snapshot_id)
return __post(uri, json=acl_updates)

def get_method_configuration(namespace, method_name):
def get_method_configurations(namespace, method_name):
"""Get method configurations.
Given the namespace/name of a method, returns all configurations in
Expand Down

0 comments on commit 590caed

Please sign in to comment.