Skip to content
New issue

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

62 add a new endpoint to add shift data #68

Merged
merged 4 commits into from
Jun 3, 2024

Conversation

Sawawa42
Copy link
Member

@Sawawa42 Sawawa42 commented Jun 2, 2024

This PR is to resolve #62 .

  • POST /shift エンドポイントの追加
  • openapi.ymlの追記
  • 下記のようなjsonを受け取り、DBに反映した日付を返す
[{"date": "2024-05-01","login": ["user1", "user2"]},{"date": "2024-05-02","login": ["user3", "user4"]}]

@Sawawa42 Sawawa42 requested a review from ShotaTanemura June 2, 2024 12:01
@Sawawa42 Sawawa42 self-assigned this Jun 2, 2024
@Sawawa42 Sawawa42 linked an issue Jun 2, 2024 that may be closed by this pull request
@ShotaTanemura ShotaTanemura merged commit 7e5808a into main Jun 3, 2024
1 check passed
@ShotaTanemura ShotaTanemura deleted the 62-add-a-new-endpoint-to-add-shift-data branch June 3, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new endpoint to add shift data
2 participants