Skip to content

Commit

Permalink
API-1821 add comment on example
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmartins committed Dec 7, 2023
1 parent e0cf12c commit d1a05ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"client_id": "your OAuth app client id",
"client_secret": "your OAuth app client secret",
"scopes": ["offline", "asset:read", "meta.assetbank:read"],
"token": "token json object (not required)",
"token": "token json object check samples/client.py comment for example (not required EXCEPT if you're running on docker)",
"permanent_token": "permanent token hash generated on platform"
}

0 comments on commit d1a05ce

Please sign in to comment.