nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

added the patch field to the custom fields to change name and type #162

Closed nesh170 closed 7 years ago

nesh170 commented 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