Operational Endpoints for Admin, Products, Assignments, Location, Vendor, Venue completed. Geofence Testing PEnding
This commit is contained in:
@@ -27,12 +27,11 @@ export default {
|
||||
coordinates: {
|
||||
type: "array",
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
venue: {
|
||||
type: "string",
|
||||
required: false,
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -46,4 +45,16 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
"/location/venues/assigned/me": {
|
||||
get: {
|
||||
tags: ["Location"],
|
||||
summary: "Get Assigned Venues for creating Geofence",
|
||||
responses: {
|
||||
200: {
|
||||
description: "OK",
|
||||
content: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user