diff --git a/src/api/resources/Attestation/index.ts b/src/api/resources/Attestation/index.ts index 8144008..00189b9 100644 --- a/src/api/resources/Attestation/index.ts +++ b/src/api/resources/Attestation/index.ts @@ -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' } }) } -} \ No newline at end of file +}