This test will try to update information of previous onboard Network App at CAPIF Core, but without sending `supported_features` in request body.
**Pre-Conditions**:
* Network App was registered previously
* Network App was onboarded previously with {onboardingId}
**Execution Steps**:
1. Register Invoker at CCF
2. Onboard Invoker at CCF
3. Store signed Certificate
4. Update Onboarding Information at CCF, without `supported_features` field in request body
**Information of Test**:
1. Perform [Invoker Onboarding]
2. Update information of previously onboarded Invoker:
* Send **PUT** to **https://{CAPIF_HOSTNAME}/api-invoker-management/v1/onboardedInvokers/{onboardingId}**
* Reference Request Body is: [put invoker onboarding body], but without sending `supported_features` in request body
**Expected Result**:
1. Response to Onboard request must accomplish:
1.**400 Bad Request**
2. Response Body must follow **APIInvokerEnrolmentDetails** data structure with:
* apiInvokerId
* onboardingInformation->apiInvokerCertificate must contain the public key signed.
3. Response Header **Location** must be received with URI to new resource created, following this structure: **{apiRoot}/api-invoker-management/{apiVersion}/onboardedInvokers/{onboardingId}**
2. Response to Update Request (PUT) without providing `supported_features` in request body must contain:
1.**400 Bad Request** response.
2. Response Body must give details about the missing `supported_features` field in request body