# ArcGisEarthAutomationApi.ContentApi

All URIs are relative to */*

Method | HTTP request | Description
------------- | ------------- | -------------
[**arcgisearthContentPost**](ContentApi.md#arcgisearthContentPost) | **POST** /arcgisearth/Content | Upload JSON to Earth Content

<a name="arcgisearthContentPost"></a>
# **arcgisearthContentPost**
> {&#x27;String&#x27;: JToken} arcgisearthContentPost(opts)

Upload JSON to Earth Content

### Example
```javascript
import ArcGisEarthAutomationApi from 'arc_gis_earth_automation_api';

let apiInstance = new ArcGisEarthAutomationApi.ContentApi();
let opts = { 
  'body': null // {String: JToken} | 
  'apiVersion': "1.12-Alpha" // String | The requested API version
};
apiInstance.arcgisearthContentPost(opts, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **body** | [**{String: JToken}**](Object.md)|  | [optional] 
 **apiVersion** | **String**| The requested API version | [optional] [default to 1.12-Alpha]

### Return type

[**{&#x27;String&#x27;: JToken}**](JToken.md)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json-patch+json, application/json, text/json, application/_*+json
 - **Accept**: text/plain, application/json, text/json

