overlay: 1.0.0 info: title: API Evangelist enhancements — Social Tables API Gateway Authentication Guest Groups API version: 1.0.0 x-provenance: generated: '2026-09-07' method: generated source: openapi/cvent-social-tables-guest-groups-api-openapi.yml note: Overlay of API Evangelist enhancements over the provider contract. It never mutates the original. operationId values are GENERATED from method+path — they are not names Social Tables publishes; the provider declares no operationId on any of its 87 operations. contact and externalDocs are the provider's own real URLs. extends: openapi/cvent-social-tables-guest-groups-api-openapi.yml actions: - target: $.info description: Point the contract at the developer portal that publishes it. update: contact: name: Social Tables Developer Portal url: https://developer.socialtables.com x-support-channel: Stack Overflow tag social-tables (https://developer.socialtables.com/docs/support/) - target: $ description: Attach the human documentation that explains auth, identifiers and permissions. update: externalDocs: description: Socialtables Developer Documentation url: https://developer.socialtables.com/docs/ - target: $.paths['/4.0/guestlists/{guestlist_id}/groups'].post description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: create_guestlists_By_GuestlistId_groups - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}'].get description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: get_guestlists_By_GuestlistId_groups_By_GroupId - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}'].delete description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: delete_guestlists_By_GuestlistId_groups_By_GroupId - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}/guests/_bulk'].post description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: create_guestlists_By_GuestlistId_groups_By_GroupId_guests_bulk - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}/guests/_bulk/create'].post description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: create_guestlists_By_GuestlistId_groups_By_GroupId_guests_bulk_create - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}/guests/_bulk/delete'].post description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: create_guestlists_By_GuestlistId_groups_By_GroupId_guests_bulk_delete - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}/name'].delete description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: delete_guestlists_By_GuestlistId_groups_By_GroupId_name - target: $.paths['/4.0/guestlists/{guestlist_id}/groups/{group_id}/name/{name}'].put description: Add a stable operationId. The published Swagger 2.0 declares none, so generated clients produce machine-named methods. update: operationId: replace_guestlists_By_GuestlistId_groups_By_GroupId_name_By_Name