We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e11e8 commit 6302b86Copy full SHA for 6302b86
1 file changed
README.md
@@ -75,6 +75,13 @@ $orgmanager->deleteOrg('ORG_ID');
75
$orgmanager->getStats();
76
```
77
78
+### Renenerate Token
79
+
80
+``` php
81
+$orgmanager->regenerateToken($set);
82
+```
83
+where `$set` is false if you don't want to use the new token on future requests.
84
85
## Changelog
86
87
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
0 commit comments