-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fireblocks_dx_team
committed
Jun 11, 2024
1 parent
3ba1cd0
commit 0260ad1
Showing
5 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. </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]. | ||
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]. | ||
|
||
### Example | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* </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]. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ public class PolicyEditorBetaApiTest { | |
/** | ||
* Get the active policy and its validation | ||
* | ||
* <p>Returns the active policy and its validation. </br> **Note:** These endpoints are | ||
* <p>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]. | ||
|