Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 3a8c103

Browse files
[bot]update openapi3 schema
1 parent 3699b3c commit 3a8c103

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api/build/core-openapi3.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
license:
55
name: MIT License
66
url: https://raw.githubusercontent.com/polyphony-chat/docs/refs/heads/main/LICENSE
7-
version: v1.0-alpha.1
7+
version: v1.0-beta.1
88
tags:
99
- name: Federated Identity - Registration required
1010
- name: Sensitive Actions
@@ -1216,7 +1216,7 @@ paths:
12161216
operationId: Unregistered_getServicesOfActor
12171217
summary: Discover services of actor
12181218
description: |-
1219-
Fetch a list of all services that the actor has made discoverable. Clients should not expect
1219+
Fetch a list of all services that the actor has made discoverable. Clients should not expect
12201220
this list to be ordered in any particular way.
12211221
parameters:
12221222
- name: fid
@@ -1330,8 +1330,8 @@ paths:
13301330
operationId: Registered_setPrimaryProvider
13311331
summary: Set primary service provider
13321332
description: |-
1333-
Set a primary service provider for a given service namespace. This is used to indicate, which service
1334-
provider should be used by default by other actors, when multiple service providers are available
1333+
Set a primary service provider for a given service namespace. This is used to indicate, which service
1334+
provider should be used by default by other actors, when multiple service providers are available
13351335
for a given service namespace. The service specified by the arguments in the body must be a
13361336
valid, already existing service.
13371337
parameters:
@@ -1595,7 +1595,7 @@ components:
15951595
Version:
15961596
type: string
15971597
enum:
1598-
- v1.0-alpha.1
1598+
- v1.0-beta.1
15991599
polyproto.core.models.CacheableIDCert:
16001600
type: object
16011601
required:

0 commit comments

Comments
 (0)