Open JJdeGroot opened 2 months ago
It's not listed on https://developer.apple.com/documentation/appstoreconnectapi/list_devices and I guess it's also not in the OpenAPI specification...
OpenAPI specification is also missing the value.
{
"name" : "filter[status]",
"in" : "query",
"description" : "filter by attribute 'status'",
"schema" : {
"type" : "array",
"items" : {
"type" : "string",
"enum" : [ "ENABLED", "DISABLED" ]
}
},
Filed a bug report at Apple: FB14889763
This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.
Issue is not Stale
This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.
Issue is not Stale
The Device.Attributes.Status enum is missing the case
PROCESSING
Error: Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [StringCodingKey(stringValue: "data", intValue: nil), StringCodingKey(stringValue: "attributes", intValue: nil), StringCodingKey(stringValue: "status", intValue: nil)], debugDescription: "Cannot initialize Status from invalid String value PROCESSING", underlyingError: nil)).
Response: