( documentCollectionId: Id<DocumentCollectionResponse>, )
| 61 | }; |
| 62 | |
| 63 | export const postDocumentApiPath = ( |
| 64 | documentCollectionId: Id<DocumentCollectionResponse>, |
| 65 | ): string => { |
| 66 | return `/api/document-collections/${documentCollectionId}/documents`; |
| 67 | }; |
| 68 | |
| 69 | |
| 70 | export const getDocumentCollectionDocumentsApiPath = ({ |