Skip to content
Snippets Groups Projects
Commit 419cb034 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

list of submissions docs

parent 43ca66a6
No related branches found
No related tags found
No related merge requests found
......@@ -225,5 +225,13 @@ resource 'Learning Objects' do
end
end
get '/v1/learning_objects/submissions' do
include_context "authenticate_user_curator"
example 'Get a list of submissions' do
do_request
expect(status).to eq(200)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment