OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"opencode","version":"1.0.0","description":"opencode api"},"paths":{"/auth/{providerID}":{"put":{"tags":["control"],"operationId":"auth.set","parameters":[{"name":"providerID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successfully set authentication credentials","content":{"application/json":{"schema":{"type":"boolean","description":"Successfully set authentication credentials"}}}},"400":{"description":"BadReque