File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ podman stop $CID && podman rm $CID
32
32
33
33
### Common review items
34
34
* Add authentication to the configuration class.
35
+ * Change configuration class name to be consistent
36
+ * Specify all the inputs to be consistent across languages
35
37
* Update documentation
36
38
* Make sure markdown is valid
37
39
* Remove unnecessary links
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Get the user data associated with a user. The data returned by this endpoint is
41
41
42
42
Name | Type | Description | Required | Notes
43
43
------------- | ------------- | ------------- | ------------- | -------------
44
- ** user_id** | [ ** UserId ** ] ( .md ) | The user identifier. | [ required] |
44
+ ** user_id** | ** String ** | The user identifier. | [ required] |
45
45
46
46
### Return type
47
47
You can’t perform that action at this time.
0 commit comments