Skip to content

Commit

Permalink
Update platform_API.md
Browse files Browse the repository at this point in the history
aurelienshz authored Sep 24, 2021
1 parent 8bb65b1 commit 2814f99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platform_API.md
Original file line number Diff line number Diff line change
@@ -120,9 +120,8 @@ Example request body:

```typescript
{
"username": string,
"uid": string,
"roles": Array<string>
"uid": string, // An app-specific user identifier
"username": string, // The user's Pi username. Requires the `username` scope.
}
```

1 comment on commit 2814f99

@Mehdi5151
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi

Please sign in to comment.