Tell us what you are trying to do?
Run a PUT to update a CPT made in Toolset. Postman returns 200 OK. Post modified date changes, but no other data does.
Is there any documentation that you are following?
I read this: https://toolset.com/forums/topic/update-cpt-custom-fields-via-rest-api/
And was wondering if this might be the issue. If so I need clarity on his statement, "You will need to use the native WordPress functions to access the fields and update them like any other native custom WordPress field."
Thanks for the info Minesh. I read them and I think I understand. I'm quite new to all this. It seems like this should be a feature native to Toolset. Is there a technical reason why these fields can't be registered and writeable directly from Toolset? I believe other plugins in this vein provide this functionality, don't they? Are there any plans to add this ability to Toolset?
EDIT: Since I am not a programmer and this required a developer's touch I almost gave up on Toolset, but decided to try ChatGPT. After a little trial and error I was able to generate a PHP script for WordPress that fixed this issue.
I generated a PHP script for my functions.php file that did what the links above said to do. What I wound up with was highly customized to my needs. I also had to go through the process of learning, in general, how the WP API works, especially with CPTs, which was not as easy as it sounds. It was a long process and I don't know if I can explain it well enough to be beneficial to someone else. I will say that AI was able to guide me through that learning process much faster than Googling it. I honestly think that Toolset should consider making this an easier process for their customers.