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
nomad-lab
nomad-FAIR
Commits
a9c3a307
Commit
a9c3a307
authored
Jul 23, 2020
by
Lauri Himanen
Browse files
Removed duplicate API naming.
parent
f84fb515
Pipeline
#79285
passed with stages
in 31 minutes and 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nomad/app/api/encyclopedia.py
View file @
a9c3a307
...
@@ -1301,7 +1301,7 @@ class ReportsResource(Resource):
...
@@ -1301,7 +1301,7 @@ class ReportsResource(Resource):
@
api
.
response
(
204
,
"Report succesfully sent"
,
fields
.
Raw
)
@
api
.
response
(
204
,
"Report succesfully sent"
,
fields
.
Raw
)
@
api
.
expect
(
calculation_property_query
,
validate
=
False
)
@
api
.
expect
(
calculation_property_query
,
validate
=
False
)
@
api
.
marshal_with
(
calculation_property_result
,
skip_none
=
True
)
@
api
.
marshal_with
(
calculation_property_result
,
skip_none
=
True
)
@
api
.
doc
(
"enc_
calculation
"
)
@
api
.
doc
(
"enc_
report
"
)
@
authenticate
(
required
=
True
)
@
authenticate
(
required
=
True
)
def
post
(
self
,
material_id
):
def
post
(
self
,
material_id
):
...
...
Write
Preview
Supports
Markdown
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