Add map property in url params (#10154)

* Add map property in request params

* Regenerate samples to include map in url property
This commit is contained in:
agilob
2021-08-17 11:31:53 +01:00
committed by GitHub
parent 4cbb33bb28
commit 7edddb6531
37 changed files with 239 additions and 75 deletions

View File

@@ -554,6 +554,8 @@ class FakeController extends Controller
}
$context = $input['context'];
$language = $input['language'];
return response('How about implementing testQueryParameterCollectionFormat as a put method ?');
}