Merge pull request #23968 from edx/nedbat/docs-progress

Update swagger.yaml, fix some markup errors
This commit is contained in:
Ned Batchelder
2020-05-16 14:50:35 -04:00
committed by GitHub
8 changed files with 735 additions and 225 deletions

View File

@@ -399,6 +399,7 @@ class ThirdPartyAuthUserStatusView(APIView):
GET /api/third_party_auth/v0/providers/user_status/
**GET Response Values**
```
{
"accepts_logins": true,
"name": "Google",
@@ -407,6 +408,7 @@ class ThirdPartyAuthUserStatusView(APIView):
"connected": false,
"id": "oa2-google-oauth2"
}
```
"""
tpa_states = []
for state in pipeline.get_provider_user_states(request.user):