|
Post by AMI_ivywang on Sept 19, 2022 8:41:33 GMT
Hi,
Is it expected to have the same response when patch "/redfish/v1/.Deep" or "/redfish/v1.Deep"?
Can a service only support "/redfish/v1.Deep" but return 400 OemError.1.0.DeepOperationResourceNotFound when patch "/redfish/v1/.Deep"?
Thanks,
Ivy
|
|
|
Post by mraineri on Sept 19, 2022 12:52:06 GMT
I would expect both URIs to behave the same. Both "/redfish/v1" and "/redfish/v1/" are documented URIs for the service root, so a client could append ".Deep" to either.
|
|