Skip to content

Commit

Permalink
Generated SDK #7065
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblocks_dx_team committed Jun 11, 2024
1 parent 3ba1cd0 commit 0260ad1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Create Pull Request

on:
push:
branches:
- 'fireblocks-api-spec/generated/*'

jobs:
create-pull-request:
runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v4

- name: Create pull request
run: |
gh pr create \
--title "${{ github.event.commits[0].message }}" \
--body "This PR was automatically generated." \
--base master \
--head ${{ github.ref }} \
--reviewer asafs932,zoharsf,YoavBZ
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11554,7 +11554,7 @@ paths:
/tap/active_policy:
get:
description: |
Returns the active policy and its validation. </br>
Returns the active policy and its validation </br>
**Note:** These endpoints are currently in beta and might be subject to changes.
If you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to [email protected].
operationId: getActivePolicy
Expand Down
2 changes: 1 addition & 1 deletion docs/PolicyEditorBetaApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All URIs are relative to https://developers.fireblocks.com/reference/
Get the active policy and its validation

Returns the active policy and its validation. &lt;/br&gt; **Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to [email protected].
Returns the active policy and its validation &lt;/br&gt; **Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to [email protected].

### Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private String formatExceptionMessage(String operationId, int statusCode, String
}

/**
* Get the active policy and its validation Returns the active policy and its validation.
* Get the active policy and its validation Returns the active policy and its validation
* &lt;/br&gt; **Note:** These endpoints are currently in beta and might be subject to changes.
* If you want to participate and learn more about the Fireblocks TAP, please contact your
* Fireblocks Customer Success Manager or send an email to [email protected].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class PolicyEditorBetaApiTest {
/**
* Get the active policy and its validation
*
* <p>Returns the active policy and its validation. &lt;/br&gt; **Note:** These endpoints are
* <p>Returns the active policy and its validation &lt;/br&gt; **Note:** These endpoints are
* currently in beta and might be subject to changes. If you want to participate and learn more
* about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an
* email to [email protected].
Expand Down

0 comments on commit 0260ad1

Please sign in to comment.