Skip to content

Commit

Permalink
Merge branch 'feature/change-block-code' of github.com:hashgraph/guar…
Browse files Browse the repository at this point in the history
…dian into feature/change-block-code
  • Loading branch information
Stepan-Kirjakov committed Aug 26, 2024
2 parents 1e5222e + a87830d commit 63259f3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
2 changes: 1 addition & 1 deletion swagger-analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.27.0
version: 2.27.1
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down
47 changes: 46 additions & 1 deletion swagger-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,33 @@ paths:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
tags: *ref_0
/entities/update-files:
post:
operationId: EntityApi_search
summary: Try load ipfs files
description: Returns ipfs files
parameters: []
requestBody:
required: true
description: Entity Timestamp
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateFileDTO'
responses:
'200':
description: ipfs files
content:
application/json:
schema:
$ref: '#/components/schemas/DetailsDTO'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
tags: *ref_0
/landing/analytics:
get:
operationId: LandingApi_getOnboardingStat
Expand Down Expand Up @@ -1848,7 +1875,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.27.0
version: 2.27.1
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down Expand Up @@ -5904,6 +5931,24 @@ components:
- uuid
- item
- row
UpdateFileDTO:
type: object
properties:
messageId:
type: string
description: Entity Timestamp
example: '1706823227.586179534'
required:
- messageId
DetailsDTO:
type: object
properties:
id:
type: string
description: Message identifier
example: '1706823227.586179534'
required:
- id
LandingAnalyticsDTO:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11918,7 +11918,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.27.0
version: 2.27.1
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down

0 comments on commit 63259f3

Please sign in to comment.