You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
In order to be able to identify the different users within the Sketch integration, we made available two new (optional) properties on our /authorize API endpoint.
Please update your calls as follows, most probably you will need to update the Swift SDK as well:
POST /authorize
{
"user_agent": "wt-api-sketch",
"user_identifier": "random-id" // something that identifies uniquely the plugin installation
}
The text was updated successfully, but these errors were encountered:
In order to be able to identify the different users within the Sketch integration, we made available two new (optional) properties on our
/authorize
API endpoint.Please update your calls as follows, most probably you will need to update the Swift SDK as well:
The text was updated successfully, but these errors were encountered: