Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
concur-docs-machine committed Sep 13, 2023
1 parent 7d24338 commit e483767
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
5 changes: 3 additions & 2 deletions api-explorer/v4-0/Cards.oas3.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,13 +464,14 @@
},
"status": {
"type": "string",
"description": "The processing status<li>IN_PROGRESS - In progress</li><li>COMPLETED_SUCCESSFULLY - Completed successfully</li><li>COMPLETED_WITH_WARNINGS - Completed with warnings</li><li>COMPLETED_WITH_ERRORS - Completed with errors</li>",
"description": "The processing status<li>IN_PROGRESS - In progress</li><li>COMPLETED_SUCCESSFULLY - Completed successfully</li><li>COMPLETED_WITH_WARNINGS - Completed with warnings</li><li>COMPLETED_WITH_ERRORS - Completed with errors</li><li>PROCESSED_PARTIALLY_PENDING_RETRY - Processed partially, pending retry</li>",
"example": "COMPLETED_SUCCESSFULLY",
"enum": [
"IN_PROGRESS",
"COMPLETED_SUCCESSFULLY",
"COMPLETED_WITH_WARNINGS",
"COMPLETED_WITH_ERRORS"
"COMPLETED_WITH_ERRORS",
"PROCESSED_PARTIALLY_PENDING_RETRY"
]
},
"totalElements": {
Expand Down
16 changes: 14 additions & 2 deletions api-reference/cards/v4.cards-endpoints.schemas.html
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ <h2 id="bulk-request"><a name="schema-bulkrequest"></a>Bulk Request</h2>
<td><code class="language-plaintext highlighter-rouge">status</code></td>
<td><code class="language-plaintext highlighter-rouge">enum</code></td>
<td>-</td>
<td><strong>Required</strong> The processing status. Supported values: <code class="language-plaintext highlighter-rouge">IN_PROGRESS - In progress</code>, <code class="language-plaintext highlighter-rouge">COMPLETED_SUCCESSFULLY - Completed successfully</code>, <code class="language-plaintext highlighter-rouge">COMPLETED_WITH_WARNINGS - Completed with warnings</code>, <code class="language-plaintext highlighter-rouge">COMPLETED_WITH_ERRORS - Completed with errors</code></td>
<td><strong>Required</strong> The processing status. Supported values: <code class="language-plaintext highlighter-rouge">IN_PROGRESS - In progress</code>, <code class="language-plaintext highlighter-rouge">COMPLETED_SUCCESSFULLY - Completed successfully</code>, <code class="language-plaintext highlighter-rouge">COMPLETED_WITH_WARNINGS - Completed with warnings</code>, <code class="language-plaintext highlighter-rouge">COMPLETED_WITH_ERRORS - Completed with errors</code>, <code class="language-plaintext highlighter-rouge">PROCESSED_PARTIALLY_PENDING_RETRY - Processed partially, pending retry</code></td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">totalElements</code></td>
Expand Down Expand Up @@ -3332,7 +3332,11 @@ <h2 id="detailed-error-codes"><a name="detailed-error-codes"></a>Detailed Error
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">invalidCharsExternalId</code></td>
<td>Ony alphanumeric characters, hyphen -, and underscores _ are allowed.</td>
<td>Only alphanumeric characters, hyphen -, and underscores _ are allowed.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">invalidAppId</code></td>
<td>The appId of the access token is unknown to the system.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">duplicateExternalId</code></td>
Expand All @@ -3358,6 +3362,14 @@ <h2 id="detailed-error-codes"><a name="detailed-error-codes"></a>Detailed Error
<td><code class="language-plaintext highlighter-rouge">currencyInconsistency</code></td>
<td>The transaction contains inconsistencies between the transaction currency and other currency fields.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">illegalBillingAccount</code></td>
<td>Billing account reference must not be present for the given account type.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">missingBillingAccount</code></td>
<td>Billing account reference must be present for the given account type.</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
<link>https://preview.developer.concur.com/</link>
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Fri, 08 Sep 2023 20:59:12 +0000</pubDate>
<lastBuildDate>Fri, 08 Sep 2023 20:59:12 +0000</lastBuildDate>
<pubDate>Wed, 13 Sep 2023 17:41:42 +0000</pubDate>
<lastBuildDate>Wed, 13 Sep 2023 17:41:42 +0000</lastBuildDate>
<generator>Jekyll v4.1.1</generator>

</channel>
Expand Down

0 comments on commit e483767

Please sign in to comment.