Project Reference File
Create project reference files
The json
request part allows sending additional data as JSON,
such as a text note that will be used for all the given reference files.
In case no file
parts are sent, only 1 reference is created with the given note.
Either at least one file must be sent or the note must be specified.
Example:
{
"note": "Sample text"
}
POST
Create project reference files
Path Parameters
Body
multipart/form-data
Multipart request with files and JSON
The body is of type object
.
Response
201
application/json
Created
The response is of type object
.
Create project reference files