Document API문서 수정이 페이지에서문서 수정 PATCH /api/document/{id} 문서의 내용이나 메타데이터를 수정합니다. 요청 Body interface UpdateDocumentRequest { title?: string; content?: string; guide?: string; glossary?: string;} 응답 성공 (200) 수정된 문서 객체를 반환합니다.