| Name | Type | Description |
|---|---|---|
| field | Array | The fields containing file properties. |
| field.content-type | String | The files content type. |
| field.content-length | Integer | The files content length. |
| field.name | String | The files ID. |
| field.width | Integer | The width of the image. |
| field.height | Integer | The height of the image. |
| field.uri | String | The URI of the file. |
{
"picture":{}
}
| Version | Change |
|---|---|
| v10 |
Added /<module>/:record/file/:field DELETE endpoint.
|