Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.25 KB

File metadata and controls

51 lines (30 loc) · 1.25 KB

GootenApiClient::ImagevalidationApi

All URIs are relative to https://localhost/api

Method HTTP request Description
p_ost_imagevalidation POST /imagevalidation/ Submit image validation

p_ost_imagevalidation

ImageValidatorResult p_ost_imagevalidation(req)

Submit image validation

Validates an images and returns a validation errors (if available).

Example

api = GootenApiClient::ImagevalidationApi.new

req = GootenApiClient::ImageValidationVm.new # [ImageValidationVm] Image validation request, contains sku and image sizes per space


begin
  result = api.p_ost_imagevalidation(req)
rescue GootenApiClient::ApiError => e
  puts "Exception when calling p_ost_imagevalidation: #{e}"
end

Parameters

Name Type Description Notes
req ImageValidationVm Image validation request, contains sku and image sizes per space

Return type

ImageValidatorResult

Authorization

No authorization required

HTTP reuqest headers

  • Content-Type: application/json
  • Accept: application/json