module GdsApi::TestHelpers::PublishingApiV2
def assert_publishing_api_put_content(content_id, attributes_or_matcher = nil, times = 1)
-
times(Integer) -- -
attributes_or_matcher(Object) -- -
content_id(UUID) --
def assert_publishing_api_put_content(content_id, attributes_or_matcher = nil, times = 1) url = PUBLISHING_API_V2_ENDPOINT + "/content/" + content_id assert_publishing_api(:put, url, attributes_or_matcher, times) end