I'm trying to create automation rules in Confluence Cloud programmatically using the REST API, but I'm getting 404 errors on all automation endpoints.
What I'm trying to do:
Endpoints I've tried:
https://[site].atlassian.net/wiki/rest/api/automation/rule
→ 404https://[site].atlassian.net/wiki/rest/api/automation
→ 404https://[site].atlassian.net/rest/api/automation/rule
→ 404What works:
/rest/api/space
) work fine with my credentialsQuestions:
Hi @ganesh_naiknavare and welcome,
please take a look to the following documentation https://developer.atlassian.com/cloud/automation/rest/intro/#about in order to retrieve information about what type of operation you can perform on automation through rest api.
Hope this clarifies,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.