Sha256: 92d99773d85ba2d8629fd1e05847216525c3567b32cdaef030ecb976f4de880f
Contents?: true
Size: 1.58 KB
Versions: 6
Compression:
Stored size: 1.58 KB
Contents
# PulpcoreClient::DocsApiJsonApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**docs_api_json_get**](DocsApiJsonApi.md#docs_api_json_get) | **GET** /pulp/api/v3/docs/api.json | ## docs_api_json_get > Object docs_api_json_get(opts) OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json ### Example ```ruby # load the gem require 'pulpcore_client' api_instance = PulpcoreClient::DocsApiJsonApi.new opts = { lang: 'lang_example', # String | fields: ['fields_example'], # Array<String> | A list of fields to include in the response. exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response. } begin result = api_instance.docs_api_json_get(opts) p result rescue PulpcoreClient::ApiError => e puts "Exception when calling DocsApiJsonApi->docs_api_json_get: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **lang** | **String**| | [optional] **fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional] **exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional] ### Return type **Object** ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/vnd.oai.openapi+json, application/json
Version data entries
6 entries across 6 versions & 1 rubygems