class GdsApi::PublishingApi

def put_path(base_path, payload)

def put_path(base_path, payload)
  put_json(paths_url(base_path), payload)
end