Perbaikan Tools, Perbaikan
This commit is contained in:
@@ -273,6 +273,50 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/bpjs/reference/referensi/diagnosa": {
|
||||
"get": {
|
||||
"description": "Get all diagnosa reference data",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"bpjs/reference"
|
||||
],
|
||||
"summary": "Get all diagnosa reference data",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success response",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/models.DiagnosaResponse"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad request",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Data not found",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/retribusi/{id}": {
|
||||
"get": {
|
||||
"description": "Returns a single retribusi by ID",
|
||||
@@ -1116,6 +1160,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.DiagnosaResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sql.NullString": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user