-
-
Notifications
You must be signed in to change notification settings - Fork 203
POSTing to directus_fields fails #17
Comments
Hey @rijkvanzanten what's the request data? |
{
"field": "testing",
"type": "TINYINT",
"interface": "toggle"
} Tried with type = Boolean and with |
I'm getting this error when setting a field to "required" from admin settings. |
Hey @adamjgrant, are you using the There's a bug updating fields at the moment that was fixed recently, but has not been released yet. Can you try using the |
Looks like I'm on the master branch.
|
You are using the master from the Please test it using the This fix hasn't been released yet on |
Ok thanks. I admit I don’t remember where I originally saw this issue but I’ll update from the api repo and will make a note here if I see it come back |
Posting a new item to
/_/fields/<collection>
results inFull error
The text was updated successfully, but these errors were encountered: