We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本来のエンドポイントは /users/:user でユーザー情報を一括で更新しようとしているが、 一部の用途を分けて独立なエンドポイントがあったほうがいい
/users/:user
パスワード更新用: #46 ユーザー名更新用: #47
独立しない部分はクエリーパラメータをしてして更新するように定義する
現状では更新エンドポイントのメソッドは PUT なのに、 更新情報を提供するスキーマは未定義のまま
PUT
cello-functions/postman/schemas/schema.yaml
Lines 72 to 82 in 56e6daa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
本来のエンドポイントは
/users/:user
でユーザー情報を一括で更新しようとしているが、一部の用途を分けて独立なエンドポイントがあったほうがいい
パスワード更新用: #46
ユーザー名更新用: #47
独立しない部分はクエリーパラメータをしてして更新するように定義する
現状では更新エンドポイントのメソッドは
PUT
なのに、更新情報を提供するスキーマは未定義のまま
cello-functions/postman/schemas/schema.yaml
Lines 72 to 82 in 56e6daa
The text was updated successfully, but these errors were encountered: