56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
|
|
meta {
|
||
|
|
name: Duplicates a Tenant object.
|
||
|
|
type: http
|
||
|
|
seq: 4
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: {{baseUrl}}/api/v2/Tenant/:strToken/:tenantName
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strToken:
|
||
|
|
tenantName:
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"tenantID": "",
|
||
|
|
"name": "",
|
||
|
|
"aliases": [],
|
||
|
|
"description": "",
|
||
|
|
"logoURL": "",
|
||
|
|
"adminEmail": "",
|
||
|
|
"theme": "",
|
||
|
|
"feedbackURL": "",
|
||
|
|
"adminCount": "",
|
||
|
|
"userCount": "",
|
||
|
|
"memoriCount": "",
|
||
|
|
"disableRegistration": "",
|
||
|
|
"maxMemoriPerAdmin": "",
|
||
|
|
"maxMemoriPerUser": "",
|
||
|
|
"maxTotalMemori": "",
|
||
|
|
"maxAdmins": "",
|
||
|
|
"maxUsers": "",
|
||
|
|
"maxFreeSessions": "",
|
||
|
|
"maxFreeSessionsPerUser": "",
|
||
|
|
"nonFreeSessionCost": "",
|
||
|
|
"maxCompletions": "",
|
||
|
|
"maxCompletionsPerUser": "",
|
||
|
|
"maxImportSize": "",
|
||
|
|
"maxImportSizePerUser": "",
|
||
|
|
"paying": "",
|
||
|
|
"enableUserMemoriCreation": "",
|
||
|
|
"enableBoardOfExperts": "",
|
||
|
|
"enableDCMIntegration": "",
|
||
|
|
"enableBadges": "",
|
||
|
|
"enableDeepThought": "",
|
||
|
|
"enableVirtualSpaces": "",
|
||
|
|
"billingDelegation": "",
|
||
|
|
"creationTimestamp": "",
|
||
|
|
"lastChangeTimestamp": ""
|
||
|
|
}
|
||
|
|
}
|