Skip to content

Commit

Permalink
Merge pull request #59 from ggtakec/update_ghp
Browse files Browse the repository at this point in the history
[gh-pages] Fixed wrong charactor in api_tenant.md
  • Loading branch information
ggtakec authored Jul 7, 2023
2 parents d35a578 + 26c673f commit e7795c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions api_tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ It is necessary to specify the USER name registered in the K2HR3 system, and if
And the USER name can not set as [YRN](detail_variousen.html) full path.

### Response status
20140x
201¿40x

### Response Body(JSON)
```
Expand Down Expand Up @@ -112,7 +112,7 @@ It is necessary to specify the USER name registered in the K2HR3 system, and if
And the USER name can not set as [YRN](detail_variousen.html) full path.

### Response status
20140x
201¿40x

### Response Body(JSON)
```
Expand Down Expand Up @@ -174,7 +174,7 @@ It is necessary to specify the USER name registered in the K2HR3 system, and if
And the USER name can not set as [YRN](detail_variousen.html) full path.

### Response status
20140x
201¿40x

### Response Body(JSON)
```
Expand Down Expand Up @@ -226,7 +226,7 @@ It is necessary to specify the USER name registered in the K2HR3 system, and if
And the USER name can not set as [YRN](detail_variousen.html) full path.

### Response status
20140x
201¿40x

### Response Body(JSON)
```
Expand Down Expand Up @@ -264,10 +264,10 @@ Specify _true_ as this value to expand.
When specify _true_, it contains all information for each TENANT.

### Response status
20040x
200¿40x

### Response Body(JSON)
- 展開する場合(expand=true
- Expanding¿expand=true¿
```
{
result: <true/false>
Expand All @@ -284,7 +284,7 @@ When specify _true_, it contains all information for each TENANT.
]
}
```
- 展開しない場合(expand=false
- Not expanding¿expand=false¿
```
{
result: <true/false>
Expand Down Expand Up @@ -334,7 +334,7 @@ x-auth-token: U=<Scoped User Token>
```

### Response status
20040x
200¿40x

### Response Body(JSON)
```
Expand Down Expand Up @@ -388,7 +388,7 @@ x-auth-token: U=<Scoped User Token>
```

### Response status
20440x
204¿40x

### Response Body(JSON)
Empty
Expand Down Expand Up @@ -422,7 +422,7 @@ Specify the _ID_ of the K2HR3 cluster Local Tenant(TENANT).
If the K2HR3 Cluster Local Tenant(TENANT) name and this _ID_ value do not match, it will be failure.

### Response status
20440x
204¿40x

### Response Body(JSON)
Empty

0 comments on commit e7795c0

Please sign in to comment.