Upload Meta File
Upload and validate a meta file.
Path Parameters
projectId string required
application/x-www-form-urlencoded
multipart/form-data
Request Body required
file binary nullable
name string nullable
Request Body required
file binary nullable
name string nullable
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
errorMessages string[] nullable
metaId string nullable
{
"errorMessages": [
"string"
],
"metaId": "string"
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...