···44 "defs": {
55 "main": {
66 "type": "procedure",
77- "description": "WARNING: This is unstable and under active development, don't use it while this warning is here. Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication.",
77+ "description": "Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication.",
88 "input": {
99 "encoding": "application/json",
1010 "schema": {
···2828 },
2929 "errors": [
3030 {
3131- "name": "TODO",
3232- "description": "TODO"
3131+ "name": "InvalidDid"
3232+ },
3333+ {
3434+ "name": "InternalError"
3335 }
3436 ]
3537 }
···44 "defs": {
55 "main": {
66 "type": "procedure",
77- "description": "WARNING: This is unstable and under active development, don't use it while this warning is here. System endpoint to send notifications related to contact imports. Requires role authentication.",
77+ "description": "System endpoint to send notifications related to contact imports. Requires role authentication.",
88 "input": {
99 "encoding": "application/json",
1010 "schema": {
···44 "defs": {
55 "main": {
66 "type": "procedure",
77- "description": "WARNING: This is unstable and under active development, don't use it while this warning is here. Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to `app.bsky.contact.verifyPhone`. Requires authentication.",
77+ "description": "Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to `app.bsky.contact.verifyPhone`. Requires authentication.",
88 "input": {
99 "encoding": "application/json",
1010 "schema": {
···2727 },
2828 "errors": [
2929 {
3030- "name": "TODO",
3131- "description": "TODO"
3030+ "name": "RateLimitExceeded"
3131+ },
3232+ {
3333+ "name": "InvalidDid"
3434+ },
3535+ {
3636+ "name": "InvalidPhone"
3737+ },
3838+ {
3939+ "name": "InternalError"
3240 }
3341 ]
3442 }
···44 "defs": {
55 "main": {
66 "type": "procedure",
77- "description": "WARNING: This is unstable and under active development, don't use it while this warning is here. Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication.",
77+ "description": "Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication.",
88 "input": {
99 "encoding": "application/json",
1010 "schema": {
···3737 },
3838 "errors": [
3939 {
4040- "name": "TODO",
4141- "description": "TODO"
4040+ "name": "RateLimitExceeded"
4141+ },
4242+ {
4343+ "name": "InvalidDid"
4444+ },
4545+ {
4646+ "name": "InvalidPhone"
4747+ },
4848+ {
4949+ "name": "InvalidCode"
5050+ },
5151+ {
5252+ "name": "InternalError"
4253 }
4354 ]
4455 }