-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device.Attributes.Status is missing case PROCESSING
#284
Comments
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: |
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 |
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 |
Thanks for reporting this @JJdeGroot. Feel free to open a PR with the missing case! |
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:
The text was updated successfully, but these errors were encountered: