-
enable upsert for PATCH and PUT request?
ghost updated
7 months ago
-
Implement a v4 OData connector for Alteryx
- Support paging
- Return Table of Data
-
Using the current 5.5 release, the followingcode results in an error.
First the Metadata:
The complex type:
```
```
is called on an action:
```
```
Like always, I…
-
In a controller when calling "Post" we normally have the following:
``` c#
public async Task Post(TEntity entity)
{
if (!ModelState.IsValid)
{
return BadRequest(ModelState);
}
…
-
Processing of payload with a reference to one of Content-ID of the same batch throws System.UriFormatException
### Assemblies affected
1.0.0-rc1.20191003.1 https://github.com/OData/RESTier/tree/1.…
vvdev updated
4 years ago
-
**Describe the bug**
According to the [documentation ](https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0#instance-attributes) each drive item can within a GET reques…
-
Per https://docs.oasis-open.org/odata/odata-json-format/v4.01/odata-json-format-v4.01.html#sec_StreamProperty, the stream property could be null.
_**If the included stream property has no value, th…
-
Executing a DeepInsert on the ConnectedService generated client posts data to the server but doesn't bind the body to the parameter in the action.
### Assemblies affected
Microsoft.AspNetCor…
-
example:
https://services.odata.org/v4/(S(34wtn2c0hkuk5ekg0pjr513b))/TripPinServiceRW/People('russellwhyte')/Trips(0)/Microsoft.OData.SampleService.Models.TripPin.GetInvolvedPeople()
how we can excu…
-
Currently, when trying to use $search (using `AddQueryOption`), it results in an ArgumentNullException being thrown when trying to execute the query or get the RequestUri.
### Assemblies affect…