NEWS
Authorizations
Path parameters
article_idstringRequired
Path parameter article_id
Responses
200
Successful response
application/json
Responseobject
get
GET /api/v1/main/news/{article_id} HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200
Successful response
{
"status": "ok"
}
Authorizations
Path parameters
article_idstringRequired
Path parameter article_id
Responses
200
Successful response
application/json
Responseobject
put
PUT /api/v1/main/news/{article_id} HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200
Successful response
{
"status": "ok"
}
Authorizations
Path parameters
article_idstringRequired
Path parameter article_id
Responses
200
Successful response
application/json
Responseobject
delete
DELETE /api/v1/main/news/{article_id} HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200
Successful response
{
"status": "ok"
}
Last updated