v2

latestOpenAPI 3.1.02026-07-313981108.2 KB
Files

Upload File

Upload File

post/kb/v1/files

Response

File uploaded successfully

idstring

This is the unique identifier of the file.

namestring

This is the name of the file.

typestring
teamIdstring
createdAtstring date-time

This is the ISO 8601 date-time string of when the record was created.

Example response

{
  "id": "5f7b1b1b1b1b1b1b1b1b1b1b",
  "name": "some_file.json",
  "type": "file",
  "teamId": "1f7b1b1b1b1b1b1b1b1b1b1b",
  "createdAt": "2020-10-05T00:00:00.000Z"
}