code.gitea.io/gitea@v1.21.7/models/migrations/fixtures/Test_AddHeaderAuthorizationEncryptedColWebhook/hook_task.yml (about)

     1  # unsafe payload
     2  - id: 1
     3    hook_id: 1
     4    payload_content: '{"homeserver_url":"https://matrix.example.com","room_id":"roomID","access_token":"s3cr3t","message_type":1}'
     5  # safe payload
     6  - id: 2
     7    hook_id: 2
     8    payload_content: '{"homeserver_url":"https://matrix.example.com","room_id":"roomID","message_type":1}'