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

ユーザ割り当てIP Prefixの更新ができない #149

Open
x86taka opened this issue Apr 28, 2023 · 0 comments
Open

ユーザ割り当てIP Prefixの更新ができない #149

x86taka opened this issue Apr 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@x86taka
Copy link
Member

x86taka commented Apr 28, 2023

Summary

フロントでテキストボックスに入力した値がバックエンドへのHTTP リクエストに反映されていない。
そのため、リクエストは成功するものの更新ができていない。

Detail

Endpoint.

/api/v1/ip/1

Request.

{
  "ID": 1,
  "CreatedAt": "",
  "UpdatedAt": "",
  "DeletedAt": null,
  "service_id":1,
  "version": 4,
  "name": "hoge-net",
  "ip": "/28",  // テキストボックスに入力したIPアドレス/prefixが反映されずにリクエストされる。
  "plan": [],
  "PlanJPNIC": null,
  "start_date": "",
  "end_date": null,
  "use_case": "",
  "open": false
}
@x86taka x86taka added the bug Something isn't working label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant