Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Import API
Commits
40eaebf2
Commit
40eaebf2
authored
Jun 15, 2020
by
Lionel Walter
Browse files
Use failure instead of error
parent
9112c185
Changes
2
Hide whitespace changes
Inline
Side-by-side
import_api_app/resources/JobStart.yml
View file @
40eaebf2
...
...
@@ -60,8 +60,8 @@ responses:
properties
:
status
:
type
:
string
example
:
success/error
enum
:
[
'
success'
,
'
error
'
]
example
:
SUCCESS/FAILURE
enum
:
[
'
SUCCESS'
,
'
FAILURE
'
]
message
:
type
:
string
example
:
'
NAME:
j0001.
...
...
import_api_app/resources/JobStop.yml
View file @
40eaebf2
...
...
@@ -24,8 +24,8 @@ responses:
properties
:
status
:
type
:
string
example
:
success/error
enum
:
[
'
success'
,
'
error
'
]
example
:
SUCCESS/FAILURE
enum
:
[
'
SUCCESS'
,
'
FAILURE
'
]
message
:
type
:
string
example
:
'
NAME:
j0001.
LAST
DEPLOYED:
Thu
May
14
16:15
2020.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment