Skip to content

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

@x86taka

Description

@x86taka

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions