reinitializing codebase and resuming development
This commit is contained in:
@@ -213,4 +213,34 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
"/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: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user