Create
Create a new service in a team
Header parameters
x-api-keystringRequired
API Key for authentication
x-team-idstringRequired
Team ID
Body
namestringRequired
Service name
descstringOptional
Service description
Responses
200
Service created successfully
401
Unauthorized
post
POST /services/create HTTP/1.1
Host: api.spike.sh
x-api-key: text
x-team-id: text
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"name": "text",
"desc": "text"
}
No content
Was this helpful?