Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated SDK #5913 #50

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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