Skip to main content
Solved

REST API: Problems with POST Dev resources

  • January 17, 2025
  • 1 reply
  • 42 views

S_e_b_a_s_t_i_a_n

Hey, I’m trying to figure out how to create a dev resource with the REST API. The POST Endpoint should do this job, but it doesn't work for me.
No matter which node_id I specify, the same error always comes back:
 

{
  "links_created": [],
  "errors": [
    {
      "file_key": "***",
      "node_id": "794-1987",
      "error": "Invalid node_id"
    }
  ]
}


 

Best answer by S_e_b_a_s_t_i_a_n

Now I've figured it out. The correct format is '794:1987', with a colon as a separator. There is always a hyphen in the URL.

View original

1 reply

S_e_b_a_s_t_i_a_n

Now I've figured it out. The correct format is '794:1987', with a colon as a separator. There is always a hyphen in the URL.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings