Cannot set gateway via Networks API
Aberta
- Linguagem predominante
- Python
- Estrelas
- 2.5k
- Forks
- 593
- Merge médio
- 2d 9h
- PRs com merge (30d)
- 6
Descrição
### 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
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.