]> git.localhorst.tv Git - alttp.git/blobdiff - routes/api.php
round titles
[alttp.git] / routes / api.php
index 7ae308e223cdc6618f6f7cbd2fc6d6706386f1c7..d9f44ad4c1db850919998d7ae83f5f7dd2a9cddf 100644 (file)
@@ -38,6 +38,7 @@ Route::get('protocol/{tournament}', 'App\Http\Controllers\ProtocolController@for
 Route::post('results', 'App\Http\Controllers\ResultController@create');
 
 Route::post('rounds', 'App\Http\Controllers\RoundController@create');
+Route::put('rounds/{round}', 'App\Http\Controllers\RoundController@update');
 Route::post('rounds/{round}/lock', 'App\Http\Controllers\RoundController@lock');
 Route::post('rounds/{round}/setSeed', 'App\Http\Controllers\RoundController@setSeed');
 Route::post('rounds/{round}/unlock', 'App\Http\Controllers\RoundController@unlock');