This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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` /stages/user_write/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Enum values: * `internal` * `external` * `service_account` * `internal_service_account` ##### `PUT` /stages/user_write/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ##### `PATCH` /stages/user_write/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ##### `POST` /stages/user_write/ ###### Request: Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ##### `GET` /stages/user_write/ ###### Parameters: Added: `user_type` in `query` > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > UserWriteStage Serializer * Added property `user_type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account
- Loading branch information
1 parent
53a73b7
commit 106bd5e
Showing
9 changed files
with
63 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters