| Name | Description |
|---|---|
| base64_content | File in base64 |
| file_name | File name |
Accept: application/json Content-Type: application/json
PUT /rest/v2/subjects/92751901/files/93749901
{
"file_name": "hello_world.txt",
"file": {
"base64_content": "IWRscm93ICxvbGxlSA==",
"file_name": "hello_world.txt"
}
}
Content-Type: application/json; charset=utf-8
200 OK
{
"file": {
"n_subj_file_id": 93749901,
"base64_content": "IWRscm93ICxvbGxlSA==",
"file_name": "hello_world.txt"
}
}