Cannot set gateway via Networks API
未關閉
- 主要語言
- 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 還沒有評估資料。