fix some bug and update document

This commit is contained in:
Sorawit Bholsithi 2023-10-08 18:29:28 +07:00
parent bb6dbd8055
commit 8c3790bead
9 changed files with 74 additions and 33 deletions

View file

@ -2,8 +2,8 @@
"openapi": "3.1.0",
"info": {
"title": "Report Server",
"version": "0.1.0",
"description": "Advance Create and convert document API for microservice.",
"version": "0.8.0",
"description": "Advance create and convert document API for microservice era.",
"license": {
"name": "by Frappet",
"url": "https://frappet.com"
@ -13,6 +13,9 @@
{
"url": "https://report-server.frappet.synology.me"
},
{
"url": "https://bma-ehr.frappet.synology.me/"
},
{
"url": "http://localhost:3000"
},
@ -281,7 +284,7 @@
"201": {
"description": "เอกสารถูกสร้างขึ้น created.",
"content": {
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": {
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
"schema": {
"type": "string",
"format": "binary"
@ -293,7 +296,7 @@
"format": "binary"
}
},
"application/vnd.oasis.opendocument.text": {
"application/vnd.oasis.opendocument.spreadsheet": {
"schema": {
"type": "string",
"format": "binary"