We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is present in the response when making a GET request to https://passport.thegrid.io/api/user, but isn't documented or shown in the schema.
GET
https://passport.thegrid.io/api/user
Unless I'm mistaken it's the UUID of the app used to make the request.
It's not present when making a request to https://passport.thegrid.io/api/user/{id}, so can I assume that it's optional?
https://passport.thegrid.io/api/user/{id}
The text was updated successfully, but these errors were encountered:
Yes, that's optional and comes from Passport.js. It is not linked with The Grid data entities.
Sorry, something went wrong.
No branches or pull requests
This is present in the response when making a
GET
request tohttps://passport.thegrid.io/api/user
, but isn't documented or shown in the schema.Unless I'm mistaken it's the UUID of the app used to make the request.
It's not present when making a request to
https://passport.thegrid.io/api/user/{id}
, so can I assume that it's optional?The text was updated successfully, but these errors were encountered: