Method: Contentful::Management::ApiKey#preview_api_key

Defined in:
lib/contentful/management/api_key.rb

#preview_api_keyContentful::Management::PreviewApiKey

Finds the Preview API Key associated to this API Key



61
62
63
# File 'lib/contentful/management/api_key.rb', line 61

def preview_api_key
  client.preview_api_keys(space.id).find(properties[:preview_api_key].id)
end