Skip to content

Commit

Permalink
Update Attestation to POST
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesliupenn authored Jul 30, 2024
1 parent 0f85139 commit 1eac3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/resources/Attestation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export class Attestation extends Resource {
super(api, 'Attestation', env);
this.setResource({
createVinVC: {
method: 'GET',
method: 'POST',
path: '/v1/vc/vin/:tokenId',
auth: 'privilege_token'
}
})
}
}
}

0 comments on commit 1eac3b8

Please sign in to comment.