Skip to content

Commit 7768e26

Browse files
committed
Merge pull request #110 from owncloud/revert-nightly-fix
chore(ci): revert git-batch image to use latest tag
1 parent 9e3fb82 commit 7768e26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/ocis-php-sdk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19602,7 +19602,7 @@ <h1>oCIS PHP SDK</h1>
1960219602
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-php" data-lang="php"><span class="line"><span class="cl"><span class="nv">$ocis</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">Ocis</span><span class="p">(</span><span class="s1">&#39;https://example.ocis.com&#39;</span><span class="p">,</span> <span class="nv">$accessToken</span><span class="p">);</span>
1960319603
</span></span></code></pre></div><p>Or create an Ocis object to interact with education endpoints using the service Url and an education access token:</p>
1960419604
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-php" data-lang="php"><span class="line"><span class="cl"><span class="nv">$ocis</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">Ocis</span><span class="p">(</span><span class="s1">&#39;https://education.ocis.com&#39;</span><span class="p">,</span> <span class="k">null</span><span class="p">,</span> <span class="p">[],</span> <span class="nv">$educationAccessToken</span><span class="p">);</span>
19605-
</span></span></code></pre></div><p>At least one access token should be provided to use the SKD.</p>
19605+
</span></span></code></pre></div><p>At least one access token should be provided to use the SDK.</p>
1960619606
<p>Acquiring an OICD access token is out of scope of this SDK, but you can find <a
1960719607
class="gdoc-markdown__link"
1960819608
href="#acquiring-an-access-token"

search/en.data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)