mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
renamed the new endpoints
This commit is contained in:
parent
6379a3c27f
commit
da649dad93
@ -858,6 +858,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/my/agent": {
|
||||
"get": {
|
||||
"description": "Fetch your agent's details.",
|
||||
"operationId": "get-my-agent",
|
||||
"responses": {
|
||||
"200": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "../models/Agent.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"data"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Successfully fetched agent details."
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"AgentToken": []
|
||||
}
|
||||
],
|
||||
"summary": "Get Agent",
|
||||
"tags": [
|
||||
"Agents"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/agents": {
|
||||
"get": {
|
||||
"description": "Fetch agents details.",
|
||||
@ -948,7 +983,7 @@
|
||||
"description": "Successfully fetched agent details."
|
||||
}
|
||||
},
|
||||
"summary": "Get Agent",
|
||||
"summary": "Get Public Agent",
|
||||
"tags": [
|
||||
"Agents"
|
||||
],
|
||||
@ -972,41 +1007,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/my/agent": {
|
||||
"get": {
|
||||
"description": "Fetch your agent's details.",
|
||||
"operationId": "get-my-agent",
|
||||
"responses": {
|
||||
"200": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "../models/Agent.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"data"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Successfully fetched agent details."
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"AgentToken": []
|
||||
}
|
||||
],
|
||||
"summary": "Get Agent",
|
||||
"tags": [
|
||||
"Agents"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/my/contracts": {
|
||||
"get": {
|
||||
"description": "Return a paginated list of all your contracts.",
|
||||
|
Loading…
Reference in New Issue
Block a user