Skip to content

Commit

Permalink
Merge pull request #64 from ggtakec/update_ghp
Browse files Browse the repository at this point in the history
[gh-pages] Updated TENANT REST API documents
  • Loading branch information
ggtakec authored Jul 14, 2023
2 parents 5d4856a + 7061e3e commit 6c136ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api_tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ x-auth-token: U=<Scoped User Token>
id: <tenant id>,
desc: <description for tenant>,
display: <display name for tenant>,
user: [user, ...]
users: [user, ...]
}
}
```
Expand All @@ -362,7 +362,7 @@ The TENANT _ID_ is set.
The description of TENANT is set.
- tenant:display
The display name of TENANT is set.
- tenant:user
- tenant:users
Set the array of USER names who are permitted to use the TENANT.

## HEAD
Expand Down
4 changes: 2 additions & 2 deletions api_tenantja.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ x-auth-token: U=<Scoped User Token>
id: <tenant id>,
desc: <description for tenant>,
display: <display name for tenant>,
user: [user, ...]
users: [user, ...]
}
}
```
Expand All @@ -364,7 +364,7 @@ APIの処理結果をtrue/falseで返します。
展開する場合(expand=true)に返されるテナント(TENANT)情報に含まれる要素で、テナント(TENANT)の説明文が設定されます。
- tenant:display
展開する場合(expand=true)に返されるテナント(TENANT)情報に含まれる要素で、テナント(TENANT)の表示名が設定されます。
- tenant:user
- tenant:users
展開する場合(expand=true)に返されるテナント(TENANT)情報に含まれる要素で、テナント(TENANT)の利用が許可されているユーザ(USER)名のリストを配列で返します。

## HEAD
Expand Down

0 comments on commit 6c136ad

Please sign in to comment.