Developer

get
Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Responses
200

OK

No content

get
/projects/developer-config/citations
GET /projects/developer-config/citations HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

No content

put
Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Body
stringOptional
Responses
200

OK

No content

put
/projects/developer-config/Citations
PUT /projects/developer-config/Citations HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"
200

OK

No content

Last updated