ActivateMetadataExtension
Activates an inactive CDS metadata extension after creation or update to make it effective in the system.
Instructions
Activate a CDS metadata extension. Use after CreateMetadataExtension or UpdateMetadataExtension if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Metadata extension name (e.g., ZC_MY_EXTENSION). | |
| session_id | No | Session ID from GetSession. If not provided, a new session will be created. | |
| session_state | No | Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided. |