Sha256: f74202fb4bc8a90278bd4eef026b8fc92bcca688974deea51a0b9f17564b9a29
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
# PulpFileClient::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 'pulp_file_client' api_instance = PulpFileClient::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 PulpFileClient::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/DocsApiJsonApi.md |
pulp_file_client-3.49.14 | docs/DocsApiJsonApi.md |