NEWS
Authorizations
Path parameters
article_idstringRequired
Path parameter article_id
Responses
200
Successful response
application/json
Responseobject
get
/api/v1/main/news/{article_id}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
/api/v1/main/news/{article_id}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
/api/v1/main/news/{article_id}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