We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23370dd commit b938b1fCopy full SHA for b938b1f
docs/index.rst
@@ -133,19 +133,19 @@ Or reuse cookie file:
133
134
jira = Jira(
135
url='http://localhost:8080',
136
- cookie=cookie_dict)
+ cookies=cookie_dict)
137
138
confluence = Confluence(
139
url='http://localhost:8090',
140
141
142
bitbucket = Bitbucket(
143
url='http://localhost:7990',
144
145
146
service_desk = ServiceDesk(
147
148
149
150
To authenticate to the Atlassian Cloud APIs:
151
0 commit comments