feat: reimplement geometry module with database schema, repository, service layer, and API documentation
All checks were successful
Build and Release / release (push) Successful in 1m36s
All checks were successful
Build and Release / release (push) Successful in 1m36s
This commit is contained in:
19
docs/docs.go
19
docs/docs.go
@@ -791,6 +791,11 @@ const docTemplate = `{
|
||||
"name": "entity_id",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "has_bound",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"maximum": 90,
|
||||
"minimum": -90,
|
||||
@@ -4769,11 +4774,8 @@ const docTemplate = `{
|
||||
"id"
|
||||
],
|
||||
"properties": {
|
||||
"binding": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"bound_with": {
|
||||
"type": "string"
|
||||
},
|
||||
"entity_id": {
|
||||
"type": "string"
|
||||
@@ -4875,11 +4877,8 @@ const docTemplate = `{
|
||||
"bbox": {
|
||||
"$ref": "#/definitions/history-api_internal_dtos_request.BBox"
|
||||
},
|
||||
"binding": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"bound_with": {
|
||||
"type": "string"
|
||||
},
|
||||
"draw_geometry": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user