PipedreamHQ / PipedreamHQ/pipedream
[BUG] Pi - Failed to generate code step
Open
bug
tracked internally
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
In the Workflow Builder UI, open Ask Pi and put in the prompt:
```
Create a confluence space
curl -u admin:admin -X POST -H 'Content-Type: application/json' -d' { "key":"RAID", "name":"Raider",
"type":"global", "description":{"plain": { "value": "Raider Space for raiders","representation":
"plain" }}}' http://localhost:8080/confluence/rest/api/space
```
Pi answered the question partially
```
Since there isn't a pre-built action for creating's write code to accomplish this using the Confluence API.
Here's how to create a Confluence space using a code step:An error occurred. Please try again.
```
Contributor guide
Assessment
This issue has not been assessed yet.