-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
16 changed files
with
21 additions
and
615 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,8 @@ | ||
type: object | ||
deprecated: true | ||
description: "Since Bonita 7.12, tenant update is deprecated" | ||
properties: | ||
name: | ||
description: "the name of the tenant" | ||
type: string | ||
description: | ||
description: "the description" | ||
type: string | ||
username: | ||
description: "the username" | ||
type: string | ||
password: | ||
description: "the password" | ||
type: string | ||
format: password | ||
icon: | ||
description: "the path of the icon" | ||
type: string | ||
state: | ||
description: "the tenant state" | ||
description: "the new tenant state" | ||
type: string | ||
enum: [ ACTIVATED, DEACTIVATED ] | ||
example: | ||
name: "MyTenant" | ||
description: "My new tenant description" | ||
username: "john" | ||
password: "bpm" | ||
icon: "/default.png" | ||
state: "ACTIVATED" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.