reinitializing codebase and resuming development
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
"url": "http://localhost:3000/v0/"
|
||||
"url": "http://localhost:3000/v0"
|
||||
},
|
||||
{
|
||||
"url": "https://erp-server.triadkube.com/v0/"
|
||||
"url": "https://erp-server.triadkube.com/v0"
|
||||
}
|
||||
],
|
||||
"security": [
|
||||
@@ -134,6 +134,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/user/accessible-modules": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"User"
|
||||
],
|
||||
"summary": "Get the List of Accessible Modules for a User",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/profile": {
|
||||
"post": {
|
||||
"tags": [
|
||||
@@ -1029,6 +1043,40 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/partner/{id}/approve": {
|
||||
"tags": [
|
||||
"Partner"
|
||||
],
|
||||
"summary": "Approve a Partner added by an Executive",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "path",
|
||||
"name": "id",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/partner/unapproved": {
|
||||
"tags": [
|
||||
"Partner"
|
||||
],
|
||||
"summary": "Get all Unapproved Partners",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/venue/": {
|
||||
"post": {
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user