Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I am trying to create a release readiness target using the POST api details given in the link : Digital Product Release API • Australia API Reference • Docs | ServiceNow
curl I used is below:
but i am getting an error as below
{
"result": {
"error": true,
"message": "Missing parameters: releaseAdminIds, month and year",
"releaseTargets": [],
"releases": [],
"changeRequests": []
}
}
There parameters are not present in the curl given by servicenow then how come it is asking for these parameters ? please help.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
- Use
https://(nothttp://) in the URL. - Use the explicit versioned path to be safe:
/api/sn_dpr/v1/digital_product_release/release_target.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
- Use
https://(nothttp://) in the URL. - Use the explicit versioned path to be safe:
/api/sn_dpr/v1/digital_product_release/release_target.