Skip to content

Commit f13096b

Browse files
committed
Add additional review items. fix #1
1 parent 1436c8b commit f13096b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contributing.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ podman stop $CID && podman rm $CID
3232

3333
### Common review items
3434
* Add authentication to the configuration class.
35+
* Change configuration class name to be consistent
36+
* Specify all the inputs to be consistent across languages
3537
* Update documentation
3638
* Make sure markdown is valid
3739
* Remove unnecessary links

docs/UsersApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Get the user data associated with a user. The data returned by this endpoint is
4141

4242
Name | Type | Description | Required | Notes
4343
------------- | ------------- | ------------- | ------------- | -------------
44-
**user_id** | [**UserId**](.md) | The user identifier. | [required] |
44+
**user_id** | **String** | The user identifier. | [required] |
4545

4646
### Return type
4747

0 commit comments

Comments
 (0)