• Hi Guys

    I need to update an ACF field using the rest api from a C# .Net 4.5 application

    I tried an HttpClient post with string content containing the field that I want to update and its new value {“fieldname” : “value”}

    However, all I seem to get in response is a 403:
    {“code”:”rest_forbidden”,”message”:”Sorry, you are not allowed to do that.”,”data”:{“status”:403}}

    Any help would be much appreciated

    regards

  • The topic ‘Updating a Post/Custom Field via c#’ is closed to new replies.