Skip to content

Commit

Permalink
Edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 16, 2024
1 parent 5dcc8c8 commit a5c43ed
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions docs/spec/paths/integrations@geo-points-svc@v1@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -34,54 +34,6 @@ post:
500:
$ref: '#/components/responses/internalError'

patch:
tags:
- Points balance
summary: Activate points balance
description: |
Activate points balance for authorized user who makes the request. Rank is included
in response.
This operation might be time-consuming, because `open` events should be added for
the new account synchronously (to display them right after the request).
operationId: activatePointsBalance
requestBody:
content:
application/vnd.api+json:
schema:
type: object
required:
- data
properties:
data:
$ref: '#/components/schemas/ActivateBalance'
responses:
200:
description: Created
content:
application/vnd.api+json:
schema:
type: object
required:
- data
properties:
data:
$ref: '#/components/schemas/Balance'
400:
$ref: '#/components/responses/invalidParameter'
401:
$ref: '#/components/responses/invalidAuth'
404:
$ref: '#/components/responses/notFound'
409:
description: Balance already activated
content:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/Errors'
500:
$ref: '#/components/responses/internalError'

get:
tags:
- Points balance
Expand Down

0 comments on commit a5c43ed

Please sign in to comment.