Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…stuary into to-uint64
  • Loading branch information
alvin-reyes committed Jan 19, 2023
2 parents 1818d9d + 4cea70e commit c2e3fdf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 154 deletions.
58 changes: 0 additions & 58 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2488,64 +2488,6 @@ const docTemplate = `{
}
}
},
"/pinning/batched-pins": {
"post": {
"description": "This endpoint adds a pin to the IPFS daemon.",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"pinning"
],
"summary": "Add and pin objects in batches",
"parameters": [
{
"description": "Pin Body {[cid:cid, name:name]}",
"name": "pin",
"in": "body",
"required": true,
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/types.IpfsPin"
}
}
},
{
"type": "string",
"description": "Ignore Dupes",
"name": "ignore-dupes",
"in": "query"
},
{
"type": "string",
"description": "Overwrite conflicting files in collections",
"name": "overwrite",
"in": "query"
}
],
"responses": {
"202": {
"description": "Accepted",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/types.IpfsPinStatusResponse"
}
}
},
"500": {
"description": "Internal Server Error",
"schema": {
"$ref": "#/definitions/util.HttpError"
}
}
}
}
},
"/pinning/pins": {
"get": {
"description": "This endpoint lists all pin status objects",
Expand Down
58 changes: 0 additions & 58 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2481,64 +2481,6 @@
}
}
},
"/pinning/batched-pins": {
"post": {
"description": "This endpoint adds a pin to the IPFS daemon.",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"pinning"
],
"summary": "Add and pin objects in batches",
"parameters": [
{
"description": "Pin Body {[cid:cid, name:name]}",
"name": "pin",
"in": "body",
"required": true,
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/types.IpfsPin"
}
}
},
{
"type": "string",
"description": "Ignore Dupes",
"name": "ignore-dupes",
"in": "query"
},
{
"type": "string",
"description": "Overwrite conflicting files in collections",
"name": "overwrite",
"in": "query"
}
],
"responses": {
"202": {
"description": "Accepted",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/types.IpfsPinStatusResponse"
}
}
},
"500": {
"description": "Internal Server Error",
"schema": {
"$ref": "#/definitions/util.HttpError"
}
}
}
}
},
"/pinning/pins": {
"get": {
"description": "This endpoint lists all pin status objects",
Expand Down
38 changes: 0 additions & 38 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1955,44 +1955,6 @@ paths:
summary: Unuspend Miner
tags:
- miner
/pinning/batched-pins:
post:
consumes:
- application/json
description: This endpoint adds a pin to the IPFS daemon.
parameters:
- description: Pin Body {[cid:cid, name:name]}
in: body
name: pin
required: true
schema:
items:
$ref: '#/definitions/types.IpfsPin'
type: array
- description: Ignore Dupes
in: query
name: ignore-dupes
type: string
- description: Overwrite conflicting files in collections
in: query
name: overwrite
type: string
produces:
- application/json
responses:
"202":
description: Accepted
schema:
items:
$ref: '#/definitions/types.IpfsPinStatusResponse'
type: array
"500":
description: Internal Server Error
schema:
$ref: '#/definitions/util.HttpError'
summary: Add and pin objects in batches
tags:
- pinning
/pinning/pins:
get:
description: This endpoint lists all pin status objects
Expand Down

0 comments on commit c2e3fdf

Please sign in to comment.