class GdsApi::SupportApi
def create_page_improvement(params)
-
(HTTPErrorResponse)
- if the request returns an error
Returns:
-
(GdsApi::Response)
- The wrapped http response from the api. Responds to the following:
Parameters:
-
params
(Hash
) -- Any attributes that relate to a Page Improvement.
def create_page_improvement(params) post_json!("#{endpoint}/page-improvements", params) end