Skip to content

Commit

Permalink
feat(cb2-8225): added the TechRecord.Unarchive role and locked the un…
Browse files Browse the repository at this point in the history
…archive POST endpoint down with it (#88)
  • Loading branch information
kcarr-bjss committed Sep 20, 2023
1 parent 965d05e commit 8495ccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/functions/functionalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
path: "vehicles/archive/*",
},
],
"TechRecord.Unarchive": [
{
verbs: ["POST", "OPTIONS"],
path: "vehicles/unarchive/*",
},
],
"TestResult.CreateDeskBased": [
{
verbs: ["POST", "OPTIONS"],
Expand Down

0 comments on commit 8495ccb

Please sign in to comment.