Closed nesh170 closed 7 years ago
PATCH /api/item/field/a HTTP/1.1 Host: localhost:8000 Content-Type: application/json Authorization: Token
Request: { "name":"lit-o-meter", "private": false }
Returns HTTP 200 OK on success.
Does not allow change in type
PATCH /api/item/field/a HTTP/1.1
Host: localhost:8000
Content-Type: application/json
Authorization: Token
Request: { "name":"lit-o-meter", "private": false }
Returns HTTP 200 OK on success.
Does not allow change in type