mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:56:16 -06:00
swaggalaggadingdong
This commit is contained in:
parent
9d8663f0b2
commit
eda24730c1
2 changed files with 14 additions and 0 deletions
|
|
@ -12530,6 +12530,12 @@ paths:
|
|||
get:
|
||||
description: 'See: https://nodeinfo.diaspora.software/schema.html'
|
||||
operationId: nodeInfoGet
|
||||
parameters:
|
||||
- description: Schema version of nodeinfo to request. 2.0 and 2.1 are currently supported.
|
||||
in: path
|
||||
name: schema_version
|
||||
required: true
|
||||
type: string
|
||||
produces:
|
||||
- application/json; profile="http://nodeinfo.diaspora.software/ns/schema/2.0#"
|
||||
- application/json; profile="http://nodeinfo.diaspora.software/ns/schema/2.1#"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,14 @@ import (
|
|||
// tags:
|
||||
// - nodeinfo
|
||||
//
|
||||
// parameters:
|
||||
// -
|
||||
// name: schema_version
|
||||
// type: string
|
||||
// description: Schema version of nodeinfo to request. 2.0 and 2.1 are currently supported.
|
||||
// in: path
|
||||
// required: true
|
||||
//
|
||||
// produces:
|
||||
// - application/json; profile="http://nodeinfo.diaspora.software/ns/schema/2.0#"
|
||||
// - application/json; profile="http://nodeinfo.diaspora.software/ns/schema/2.1#"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue