Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

does not support HTTP PATCH method

(0) ShareShare
ReportReport
Posted on by 2,429

Hi Guys,

 

I am trying to create a child note in my global navigation in sharepoint.

 

Receiving error:

{
"status": 400,
"message": "The type SP.NavigationNodeCollection does not support HTTP PATCH method.\r\nclientRequestId: 960fefd4-9a7e-4074-92de-3ffd9a87686c\r\nserviceRequestId: 5519ba9e-7034-8000-177e-f0e3098880d2",
"source": "https://kkit365.sharepoint.com/_api/Web/Navigation/GetNodeById(2008)/children",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]
}

 

Picture here

 

 

  • Verified answer
    Gristy Profile Picture
    2,429 on at
    Re: does not support HTTP PATCH method

    This is with POST.

     

    However i have fixed it!.

     

    The Flow was trying to update Navigation to something like /sites/customername/pages/home.aspx

     

    Flow was trying to access that page and failing.

     

    Settting it has the full URL did not work i.e. https://tenant.sharepoint.com/sites/customername/pages/home.aspx

     

    Same Error it would detect it was this tenant and still try to access via only  /sites/customername/pages/home.aspx

     

    Finally i solved it by setting the link url to the following:

     

    //tenant.sharepoint.com/sites/customername/pages.home.aspx

     

    This link works in SharePoint and via the API.

     

    Not the best solution but it works!.

  • aprildunnam Profile Picture
    704 on at
    Re: does not support HTTP PATCH method
    That should be a POST method and not a PATCH in your Flow

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,668 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow