Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5ce186b7 authored by LETORT Sebastien's avatar LETORT Sebastien
Browse files

The api code never mention webapp_name.

Maybe the param was a wish.
parent 017456c4
Branches
Tags
2 merge requests!4Client api,!2Continuous integration, more tests
...@@ -255,7 +255,7 @@ class Client: ...@@ -255,7 +255,7 @@ class Client:
with the Response status code if it's not 200. with the Response status code if it's not 200.
""" """
data = { data = {
"job[webapp_name]": app, # ~ "job[webapp_name]": app,
"job[webapp_id]" : app, "job[webapp_id]" : app,
"job[param]" : params, "job[param]" : params,
"job[version]" : version, "job[version]" : version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment