-
-
Notifications
You must be signed in to change notification settings - Fork 4
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` /enterprise/license/{license_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `internal_users` New optional properties: - `users` * Added property `internal_users` (integer) * Deleted property `users` (integer) ##### `PUT` /enterprise/license/{license_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `internal_users` New optional properties: - `users` * Added property `internal_users` (integer) * Deleted property `users` (integer) ##### `PATCH` /enterprise/license/{license_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `internal_users` New optional properties: - `users` * Added property `internal_users` (integer) * Deleted property `users` (integer) ##### `GET` /enterprise/license/forecast/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `forecasted_internal_users` - `internal_users` New optional properties: - `forecasted_users` - `users` * Added property `internal_users` (integer) * Added property `forecasted_internal_users` (integer) * Deleted property `users` (integer) * Deleted property `forecasted_users` (integer) ##### `GET` /enterprise/license/summary/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `internal_users` New optional properties: - `users` * Added property `internal_users` (integer) * Deleted property `users` (integer) ##### `POST` /enterprise/license/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `internal_users` New optional properties: - `users` * Added property `internal_users` (integer) * Deleted property `users` (integer) ##### `GET` /enterprise/license/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > License Serializer New required properties: - `internal_users` New optional properties: - `users` * Added property `internal_users` (integer) * Deleted property `users` (integer)
- Loading branch information
1 parent
be2b2d7
commit e5ec71e
Showing
8 changed files
with
116 additions
and
116 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.