You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions for getting the metadata schema go like this :
public function modelSchemaByName(Request $request, $username, $projectName, $studyName = null, $datasetName = null)
Which requires a project name that is not available for single samples.
Entering the full names of user, project, study, dataset is not practical, usually results in errors especially wit h German names. Best to remove these functions and suffice with the using the id
Remove from code
update API platforms
The text was updated successfully, but these errors were encountered:
The functions for getting the metadata schema go like this :
public function modelSchemaByName(Request $request, $username, $projectName, $studyName = null, $datasetName = null)
Which requires a project name that is not available for single samples.
Entering the full names of user, project, study, dataset is not practical, usually results in errors especially wit h German names. Best to remove these functions and suffice with the using the id
The text was updated successfully, but these errors were encountered: