Skip to content

Commit

Permalink
docs: update readme code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
simbobs committed Nov 13, 2024
1 parent 3bd9df6 commit 1e0c0b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ Along with the above options, some properties can be set following the builder p

```js
const sdk = new AmplienceImageStudio({domain: IMAGE_STUDIO_DOMAIN})
.withOrgId('EXAMPLE_ID');
.withDecodedOrgId('Org_Exampleid');
```

Here are the options that use this approach:

| Option | Description | Default |
|:----------|:-|:-:|
| `.withEncodedOrgId('EXAMPLE_ID')` | Set the user organisation by providing its Base64 encoded ID (used for entitlements and credit consumption)| `` |
| `.withDecodedOrgId('EXAMPLE_ID')` | Set user organisation by providing its decoded ID (used for entitlements and credit consumption)| `` |
| `.withEncodedOrgId('Org_Exampleid')` | Set the user organisation by providing its Base64 encoded ID (used for entitlements and credit consumption)| `` |
| `.withDecodedOrgId('Org_Exampleid')` | Set user organisation by providing its decoded ID (used for entitlements and credit consumption)| `` |


## Releases
Expand Down

0 comments on commit 1e0c0b7

Please sign in to comment.