Used to save repository authentication credentials to the server
Used to save repository authentication credentials to the server
- application/json
Request Body required
token string
url stringrequired
Responses
- 200
- 500
Credential saved
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...