Download OpenAPI specification:Download
author_uuid required | Array of strings <uuid> (Author Uuid) [ items <uuid > ] |
title required | string (Title) |
label required | string (Label) |
is_public required | boolean (Is Public) |
created_at required | string <date-time> (Created At) |
Updated At (string) or Updated At (null) (Updated At) Default: "2025-03-10T23:31:24.541627" |
{- "author_uuid": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "title": "string",
- "label": "string",
- "is_public": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2025-03-10T23:31:24.541627"
}
{- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "author_uuid": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "title": "string",
- "label": "string",
- "is_public": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2025-03-10T23:31:24.542554"
}
private | boolean (Private) Default: false |
title | string (Title) Default: "" |
{- "papers": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "author_uuid": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "title": "string",
- "label": "string",
- "is_public": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2025-03-10T23:31:24.542554"
}
]
}
{- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "author_uuid": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "title": "string",
- "label": "string",
- "is_public": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2025-03-10T23:31:24.542554"
}