allegro / allegro/ralph

Cannot set gateway via Networks API

未關閉
#3,423 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
2.5k
分支
593
平均合併
2 天 9 小時
30 天內合併 PR
6

描述

### Steps to reproduce

```echo '{"name": "test", "gateway": { "id": 1 }}' | http PATCH http://localhost:8000/api/networks/1/ Authorization:"Token ..."```

### Expected behavior

```
{
...
"gateway": {"id": 1},
....
}
```
### Actual behavior

```
{
...
"gateway": {}
....
}
```

### Environment

Master

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。