Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /authenticators/admin/duo/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) * Property `pk` (integer) * Property `username` (string) > Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. * Property `name` (string) > User's display name. * Property `is_active` (boolean) > Designates whether this user should be treated as active. Unselect this instead of deleting accounts. * Property `last_login` (string) * Property `email` (string) * Property `attributes` (object) * Property `uid` (string) ##### `PUT` /authenticators/admin/duo/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/admin/duo/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/sms/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/admin/sms/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/admin/sms/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/totp/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/admin/totp/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/admin/totp/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/webauthn/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/admin/webauthn/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/admin/webauthn/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/duo/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/duo/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/duo/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/sms/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/sms/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/sms/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/totp/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/totp/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/totp/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/webauthn/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/webauthn/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/webauthn/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `POST` /authenticators/admin/duo/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/duo/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for Duo authenticator devices New required properties: - `user` * Added property `user` (object) ##### `POST` /authenticators/admin/sms/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/sms/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for sms authenticator devices New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/static/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/admin/static/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/admin/static/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `POST` /authenticators/admin/totp/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/totp/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for totp authenticator devices New required properties: - `user` * Added property `user` (object) ##### `POST` /authenticators/admin/webauthn/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/webauthn/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for WebAuthn authenticator devices New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/duo/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for Duo authenticator devices New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/sms/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for sms authenticator devices New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/static/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PUT` /authenticators/static/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `PATCH` /authenticators/static/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/totp/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for totp authenticator devices New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/webauthn/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for WebAuthn authenticator devices New required properties: - `user` * Added property `user` (object) ##### `POST` /authenticators/admin/static/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/admin/static/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for static authenticator devices New required properties: - `user` * Added property `user` (object) ##### `GET` /authenticators/static/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for static authenticator devices New required properties: - `user` * Added property `user` (object)
- Loading branch information