File
File
- application/json
Request Body required
- code Code required
- language Language required
Possible values: [
java,python,ruby,javascript,php,go,c_sharp,auto-detect] - intelligent_detection Intelligent Detection required
Responses
- 200
- 401
- 422
Successful Response
- application/json
- Schema
Schema
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
detail object[]
loc object[]msg Messagetype Error Type
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
detail object[]
loc object[]msg Messagetype Error Type
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}